CreateScimGroupCreatedResponse
Properties
Name | Type | Required | Description |
---|---|---|---|
schemas | 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 | 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. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs