Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.58 KB

CreateScimUserRequest.md

File metadata and controls

26 lines (19 loc) · 1.58 KB

CreateScimUserRequest

Properties

Name Type Required Description
Schemas List<string> The SCIM schema URI.
UserName string The user's username.
Active bool If true, activates the user. This lets them authenticate in to your Postman team.
ExternalId string The user's external ID.
Groups List<string> A list of groups to assign the user to.
Locale string The user's IETF language tag.
Name CreateScimUserName1 Information about the user's name.

CreateScimUserName1

Information about the user's name.

Properties

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