POST/groups/{groupId}/administrators
Adds a group master. This API operation cannot add an administrator for an external group.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
directory
group
| Parameter | Type | Description |
|---|---|---|
| groupId | string | Group ID or external key. required |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
| Property | Type | Description |
|---|---|---|
| userId | string | Member ID required |
example
1{2 "userId": "userf7da-f82c-4284-13e7-030f3b4c756x"3}Created
Bad Request
Forbidden
Not Found
Conflict