POST/directory/user-types/external-keys
Updates a list of user type external keys.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
directory
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
| Property | Type | Description |
|---|---|---|
| userTypes | array (UserTypeTenantUniqueExternalKeyRequest) | List of external keys required minItems : 1 maxItems : 50 |
| Property | Type | Description |
|---|---|---|
| id | string | ID. It is the ID automatically assigned to a resource.
required |
| externalKey | string | Customer's external key. Updating external keys works as follows:
maxLength : 100 |
example
1{2 "userTypes": [3 {4 "id": "employ2c-f321-47a6-ac11-e81fcc23a8c3",5 "externalKey": "USERTYPE_EXT_01"6 },7 {8 "id": "employ0f-997b-4f47-9267-463f15e908a3",9 "externalKey": "USERTYPE_EXT_02"10 }11 ]12}No Content
Bad Request
Not Found
Conflict