ScimUpdateGroupOkResponse
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| schemas | string[] | ❌ | The SCIM schema URI. |
| id | string | ❌ | The group's ID. |
| displayName | string | ❌ | The group's name. |
| externalId | string | ❌ | The group's external ID. |
| meta | ScimUpdateGroupMeta | ❌ | The response's non-standard meta information. |
ScimUpdateGroupMeta
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. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs