GET/groups/{groupId}/administrators
Gets a list of group masters. This API operation cannot get an external group.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
directory
directory.read
group
group.read
| Parameter | Type | Description |
|---|---|---|
| groupId | string | Group ID or external key. required |
| Parameter | Type | Description |
|---|---|---|
| domainId | integer | Domain ID example : 10000001 format : int32 |
| count | integer | Number of items to get default : 100 minimum : 1 maximum : 100 example : 100 format : int32 |
| cursor | string | Cursor example : JlIBsfJogXpzDGY8OscZziqZpYqCAu3RbZbaFzBb1od6lWQtSdPUd2FIdCuaGgu8DA== |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
OK
| Property | Type | Description |
|---|---|---|
| administrators | array (GroupAdministrator) | List of group masters |
| responseMetaData | object (responseMetaData) | Response metadata |
| Property | Type | Description |
|---|---|---|
| userExternalKey | string | Member external key readOnly : true |
| userId | string | Member ID required |
| Property | Type | Description |
|---|---|---|
| nextCursor | string | Cursor value for pagination |
example
1{2 "administrators": [3 {4 "userExternalKey": "USER_EXT_01",5 "userId": "userf7da-f82c-4284-13e7-030f3b4c756x"6 }7 ],8 "responseMetaData": {9 "nextCursor": "JlIBsfJogXpzDGY8OscZziqZpYqCAu3RbZbaFzBb1od6lWQtSdPUd2FIdCuaGgu8DA=="10 }11}Bad Request
Forbidden
Not Found