Properties
Name | Type | Required | Description |
---|---|---|---|
schemas | List[str] | ❌ | The SCIM schema URI. |
id_ | str | ❌ | The user's SCIM ID. |
user_name | str | ❌ | The user's username. |
name | CreateScimUserName2 | ❌ | |
external_id | str | ❌ | The user's external ID. |
active | bool | ❌ | If true, the user is active. |
meta | CreateScimUserMeta | ❌ | The response's non-standard meta information. |
Properties
Name | Type | Required | Description |
---|---|---|---|
given_name | str | ❌ | The user's first name. |
family_name | str | ❌ | The user's last name. |
The response's non-standard meta information.
Properties
Name | Type | Required | Description |
---|---|---|---|
created | str | ❌ | The date and time at which the user was created. |
last_modified | str | ❌ | The date and time at which the user was last modified. |
resource_type | MetaResourceType | ❌ | The SCIM resource type. |
The SCIM resource type.
Properties
Name | Type | Required | Description |
---|---|---|---|
USER | str | ✅ | "User" |