Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 2.04 KB

File metadata and controls

35 lines (25 loc) · 2.04 KB

GetScimGroupResource

Properties

Name Type Required Description
Schemas List<string> The SCIM schema URI.
Id string The group's SCIM ID.
UserName string The group's display name.
Members List<GetScimGroupResourceMembers> Information about the group's members.
ExternalId string The group's external ID.
Meta GetScimGroupResourceMeta The response's non-standard meta information.

GetScimGroupResourceMembers

Properties

Name Type Required Description
Value string The member's SCIM ID.
Display string The member's display name.

GetScimGroupResourceMeta

The response's non-standard meta information.

Properties

Name Type Required Description
ResourceType string The resource type.
Created string The date and time at which the group was created.
LastModified string The date and time at which the group was last modified.