DELETE/groups/{groupId}/members/{id}
グループからメンバーを削除する
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
directory
group
| Parameter | Type | Description |
|---|---|---|
| groupId | string | グループを特定する ID (URL エンコードする)
required |
| id | string | グループメンバーのユーザー/組織/グループの ID (URL エンコードする)
required |
| Parameter | Type | Description |
|---|---|---|
| domainId | integer | ドメイン ID (既定値: 認可ドメイン ID) example : 10000001 format : int32 |
| type | string | グループメンバータイプ
required Allowed values : USER, ORGUNIT, GROUP |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content
Bad Request
Forbidden
Not Found