GET/Groups/{groupId}
グループを取得する。
注意
- 外部グループは取得できません。
| Parameter | Type | Description |
|---|---|---|
| groupId | string | グループ ID required |
| Parameter | Type | Description |
|---|---|---|
| excludedAttributes | string | レスポンスから除外する属性 Allowed values : members |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Property | Type | Description |
|---|---|---|
| schemas | array (string) | Schema URL |
| id | string | グループ ID |
| externalId | string | SCIM クライアントで管理する ID |
| displayName | string | グループ名 |
| members | array (ScimGroupMember) | グループのメンバーリスト |
| meta | object (meta) |
| Property | Type | Description |
|---|---|---|
| value | string | グループメンバー ID (ユーザー ID または グループ ID) required |
| type | string | グループメンバータイプ Allowed values : USER, GROUP readOnly : true |
| display | string | グループメンバー名 (ユーザー名 または グループ名) readOnly : true |
| $ref | string | 参照 URL readOnly : true |
| Property | Type | Description |
|---|---|---|
| resourceType | string | リソースタイプ Allowed values : USER, GROUP |
| created | string | 作成日時 |
| lastModified | string | 最終更新日時 |
| location | string | リソース URI |
Bad Request
Not Found