POST/directory/user-types/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 |
|---|---|---|
| userTypes | array (UserTypeTenantUniqueExternalKeyRequest) | 외부 키 목록 required minItems : 1 maxItems : 50 |
| Property | Type | Description |
|---|---|---|
| id | string | ID 조회 시 리소스에 자동 부여된 ID가 반환된다.
required |
| externalKey | string | 고객사에서 관리하는 외부 키. 수정 시 아래와 같이 동작한다.
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