CreateScimUserCreatedResponse
Properties
Name | Type | Required | Description |
---|---|---|---|
schemas | string[] | ❌ | The SCIM schema URI. |
id | string | ❌ | The user's SCIM ID. |
userName | string | ❌ | The user's username. |
name | CreateScimUserName2 | ❌ | |
externalId | string | ❌ | The user's external ID. |
active | boolean | ❌ | If true, the user is active. |
meta | CreateScimUserMeta | ❌ | The response's non-standard meta information. |
CreateScimUserName2
Properties
Name | Type | Required | Description |
---|---|---|---|
givenName | string | ❌ | The user's first name. |
familyName | string | ❌ | The user's last name. |
CreateScimUserMeta
The response's non-standard meta information.
Properties
Name | Type | Required | Description |
---|---|---|---|
created | string | ❌ | The date and time at which the user was created. |
lastModified | string | ❌ | The date and time at which the user was last modified. |
resourceType | MetaResourceType | ❌ | The SCIM resource type. |
MetaResourceType
The SCIM resource type.
Properties
Name | Type | Required | Description |
---|---|---|---|
USER | string | ✅ | "User" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs