Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 2.16 KB

File metadata and controls

40 lines (28 loc) · 2.16 KB

Resources

The SCIM user resource object.

Properties

Name Type Required Description
Schemas List<string> The SCIM schema URI.
Id string The team member's SCIM ID.
UserName string The team member's SCIM username.
Name ScimUserResourceName1 Information about the Postman team member.
ExternalId string The team member's external ID.
Active bool If true, the team member is active.
Meta ScimUserResourceMeta1 The response's non-standard meta information.

ScimUserResourceName1

Information about the Postman team member.

Properties

Name Type Required Description
GivenName string The team member's first name.
FamilyName string The team member's last name.

ScimUserResourceMeta1

The response's non-standard meta information.

Properties

Name Type Required Description
ResourceType string The resource type.
Created string The date and time at which the team member was created.
LastModified string The date and time at which the team member was last modified.