POST/users/external-keys
ユーザーの ExternalKey を一括登録する。
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
directory
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
| Property | Type | Description |
|---|---|---|
| users | array (TenantUniqueExternalKeyRequest) | externalKey のリスト required minItems : 1 maxItems : 50 |
| Property | Type | Description |
|---|---|---|
| id | string | リソースを特定する ID
required |
| externalKey | string | ExternalKey
maxLength : 100 |
example
1{2 "users": [3 {4 "id": "userf7da-f82c-4284-13e7-030f3b4c756x",5 "externalKey": "USER_EXT_01"6 },7 {8 "id": "user6362-21a9-1kbc-1234-126e09fcegd1",9 "externalKey": "USER_EXT_02"10 }11 ]12}No Content
Bad Request
Not Found
Conflict