Properties
Name | Type | Required | Description |
---|---|---|---|
Schemas | List<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 | bool | ❌ | If true, the user is active. |
Meta | CreateScimUserMeta | ❌ | The response's non-standard meta information. |
Properties
Name | Type | Required | Description |
---|---|---|---|
GivenName | string | ❌ | The user's first name. |
FamilyName | string | ❌ | The user's last name. |
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. |
The SCIM resource type.
Properties
Name | Type | Required | Description |
---|---|---|---|
User | string | ✅ | "User" |