POST/groups/{groupId}/administrators
그룹에 관리자를 추가한다. 외부 그룹은 추가할 수 없다.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.
directory
group
| Parameter | Type | Description |
|---|---|---|
| groupId | string | 그룹 ID 또는 외부 키. required |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
| Property | Type | Description |
|---|---|---|
| userId | string | 구성원 ID required |
example
1{2 "userId": "userf7da-f82c-4284-13e7-030f3b4c756x"3}Created
Bad Request
Forbidden
Not Found
Conflict