Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.15 KB

GetScimUserResourceOkResponse.md

File metadata and controls

38 lines (27 loc) · 2.15 KB

GetScimUserResourceOkResponse

Properties

Name Type Required Description
schemas List[str] The SCIM schema URI.
id_ str The team member's SCIM ID.
user_name str The team member's SCIM username.
name ScimUserResourceName2 Information about the Postman team member.
external_id str The team member's external ID.
active bool If true, the team member is active.
meta ScimUserResourceMeta2 The response's non-standard meta information.

ScimUserResourceName_2

Information about the Postman team member.

Properties

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

ScimUserResourceMeta_2

The response's non-standard meta information.

Properties

Name Type Required Description
resource_type str The resource type.
created str The date and time at which the team member was created.
last_modified str The date and time at which the team member was last modified.