List all the groups of a tenant.
GET {{baseUrl}}/Groups?filter=<string>&count=100&startIndex=1
List all the groups of a tenant.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string | SCIM filter for searching see here. The available filter attributes are: id, displayname, created or meta.created, lastmodified or meta.lastmodified, version or meta.version | |
count | number | Number of objects to be returned (defaults to 100) | |
startIndex | number | The starting index of the search results when paginated. Index starts with 1. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"itemsPerPage":100,"resources":[{"id":"68af46d-e9b8-4t04-5a20-7d557f5da8d","description":"Very amazing group for amazing people","displayName":"AmazingGroup","members":[{"type":"USER","value":"e74ff46d-8bb8-4d04-b420-7d557fe86a8d"},{"type":"USER","value":"e74ff46d-8bb8-4d04-b420-7d557fe86a8d"}],"meta":{"created":"2018-02-08T15:20:43.000Z","lastModified":"2018-02-08T15:20:43.000Z","version":0}},{"id":"68af46d-e9b8-4t04-5a20-7d557f5da8d","description":"Very amazing group for amazing people","displayName":"AmazingGroup","members":[{"type":"USER","value":"e74ff46d-8bb8-4d04-b420-7d557fe86a8d"},{"type":"USER","value":"e74ff46d-8bb8-4d04-b420-7d557fe86a8d"}],"meta":{"created":"2018-02-08T15:20:43.000Z","lastModified":"2018-02-08T15:20:43.000Z","version":0}}],"schemas":["urn:scim:schemas:core:1.0","urn:scim:schemas:core:1.0"],"startIndex":1,"totalResults":1}