POST/orgunits/external-keys
조직 외부 키 목록을 수정한다.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.
directory
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
| Property | Type | Description |
|---|---|---|
| orgUnits | array (TenantUniqueExternalKeyRequest) | 외부 키 목록 required minItems : 1 maxItems : 50 |
| Property | Type | Description |
|---|---|---|
| id | string | ID 조회 시 리소스에 자동 부여된 ID가 반환된다.
required |
| externalKey | string | 고객사에서 관리하는 외부 키. 수정 시 아래와 같이 동작한다.
maxLength : 100 |
example
1{2 "orgUnits": [3 {4 "id": "orgunitf-f27f-4af8-27e1-03817a911417",5 "externalKey": "ORGUNIT_EXT_01"6 },7 {8 "id": "orgunit7-f511-4757-6040-044af9c9742d",9 "externalKey": "ORGUNIT_EXT_02"10 }11 ]12}No Content
Bad Request
Not Found
Conflict