Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2.26 KB

CreateScimUserCreatedResponse.md

File metadata and controls

46 lines (32 loc) · 2.26 KB

CreateScimUserCreatedResponse

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.

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"