GET/Groups
Gets a list of groups.
This API operation gets only an internal group or a dynamic group; it cannot get an external group.
This API operation gets only members and group members of the group type. It cannot get group members of the team type.
| Parameter | Type | Description |
|---|---|---|
| startIndex | integer | Offset default : 1 minimum : 1 |
| count | integer | Number of items to get default : 100 minimum : 0 maximum : 100 |
| filter | string | Filter. example : displayName eq "group name" |
| excludedAttributes | string | Attributes to exclude from the return value Allowed values : members |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Property | Type | Description |
|---|---|---|
| schemas | array (string) | Schema URL |
| totalResults | integer | Total number of results |
| startIndex | integer | Offset |
| itemsPerPage | integer | Number of resources returned |
| resources | array (ScimGroupResponse) | Group information |
| Property | Type | Description |
|---|---|---|
| schemas | array (string) | Schema URL |
| id | string | Group ID |
| externalId | string | ID managed by the SCIM client |
| displayName | string | Group name |
| members | array (ScimGroupMember) | List of group members |
| meta | object (meta) |
| Property | Type | Description |
|---|---|---|
| value | string | Group member ID (member ID or group ID) required |
| type | string | Group member type Allowed values : USER, GROUP readOnly : true |
| display | string | Group member name (member name or group name) readOnly : true |
| $ref | string | Reference URL Gets the detailed information of a group member. readOnly : true |
| Property | Type | Description |
|---|---|---|
| resourceType | string | Resource type Allowed values : USER, GROUP |
| created | string | Creation date |
| lastModified | string | Last update date |
| location | string | Resource URI |
Bad Request