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