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[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.

CreateScimUserName_2

Properties

Name Type Required Description
given_name str The user's first name.
family_name str The user's last name.

CreateScimUserMeta

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.

MetaResourceType

The SCIM resource type.

Properties

Name Type Required Description
USER str "User"