GET/groups/{groupId}/administrators
グループマスターのリストを取得する
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
directory
directory.read
group
group.read
| Parameter | Type | Description |
|---|---|---|
| groupId | string | グループを特定する ID (URL エンコードする)
required |
| Parameter | Type | Description |
|---|---|---|
| domainId | integer | ドメイン ID (既定値: 認可ドメイン ID) example : 10000001 format : int32 |
| count | integer | 取得数 default : 100 minimum : 1 maximum : 100 example : 100 format : int32 |
| cursor | string | リストのカーソル値 (URL エンコードする) 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) | グループマスターリスト |
| responseMetaData | object (responseMetaData) | レスポンスのメタデータ |
| Property | Type | Description |
|---|---|---|
| userExternalKey | string | ユーザーの ExternalKey readOnly : true |
| userId | string | ユーザーを特定する ID (URL エンコードする)
required |
| Property | Type | Description |
|---|---|---|
| nextCursor | string | 次のリスト取得時に使用するカーソル値 |
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