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. |
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. |
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. |