GET/Groups
グループリストを取得する。
外部グループは取得できない。
| Parameter | Type | Description |
|---|---|---|
| startIndex | integer | Offset default : 1 minimum : 1 |
| count | integer | 取得数 default : 100 minimum : 0 maximum : 100 |
| filter | string | フィルター example : displayName eq "group name" |
| excludedAttributes | string | レスポンスから除外する属性 Allowed values : members |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Property | Type | Description |
|---|---|---|
| schemas | array (string) | Schema URL |
| totalResults | integer | 総件数 |
| startIndex | integer | Offset |
| itemsPerPage | integer | ページあたりの件数 |
| resources | array (ScimGroupResponse) | グループ情報 |
| 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