Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 2.06 KB

CreateScimGroupCreatedResponse.md

File metadata and controls

37 lines (26 loc) · 2.06 KB

CreateScimGroupCreatedResponse

Properties

Name Type Required Description
Schemas List<string> The SCIM schema URI.
Id string The group's SCIM ID.
DisplayName string The group's display name.
ExternalId string The group's external ID.
Members List<CreateScimGroupMembers2>
Meta CreateScimGroupMeta The response's non-standard meta information.

CreateScimGroupMembers2

An object containing the group's assigned SCIM members.

Properties

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

CreateScimGroupMeta

The response's non-standard meta information.

Properties

Name Type Required Description
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.
ResourceType string The SCIM resource type.