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

KeyDatatypeRequiredDescription
filterstringSCIM filter for searching see here. The available filter attributes are: id, displayname, created or meta.created, lastmodified or meta.lastmodified, version or meta.version
countnumberNumber of objects to be returned (defaults to 100)
startIndexnumberThe starting index of the search results when paginated. Index starts with 1.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;itemsPerPage&quot;:100,&quot;resources&quot;:[{&quot;id&quot;:&quot;68af46d-e9b8-4t04-5a20-7d557f5da8d&quot;,&quot;description&quot;:&quot;Very amazing group for amazing people&quot;,&quot;displayName&quot;:&quot;AmazingGroup&quot;,&quot;members&quot;:[{&quot;type&quot;:&quot;USER&quot;,&quot;value&quot;:&quot;e74ff46d-8bb8-4d04-b420-7d557fe86a8d&quot;},{&quot;type&quot;:&quot;USER&quot;,&quot;value&quot;:&quot;e74ff46d-8bb8-4d04-b420-7d557fe86a8d&quot;}],&quot;meta&quot;:{&quot;created&quot;:&quot;2018-02-08T15:20:43.000Z&quot;,&quot;lastModified&quot;:&quot;2018-02-08T15:20:43.000Z&quot;,&quot;version&quot;:0}},{&quot;id&quot;:&quot;68af46d-e9b8-4t04-5a20-7d557f5da8d&quot;,&quot;description&quot;:&quot;Very amazing group for amazing people&quot;,&quot;displayName&quot;:&quot;AmazingGroup&quot;,&quot;members&quot;:[{&quot;type&quot;:&quot;USER&quot;,&quot;value&quot;:&quot;e74ff46d-8bb8-4d04-b420-7d557fe86a8d&quot;},{&quot;type&quot;:&quot;USER&quot;,&quot;value&quot;:&quot;e74ff46d-8bb8-4d04-b420-7d557fe86a8d&quot;}],&quot;meta&quot;:{&quot;created&quot;:&quot;2018-02-08T15:20:43.000Z&quot;,&quot;lastModified&quot;:&quot;2018-02-08T15:20:43.000Z&quot;,&quot;version&quot;:0}}],&quot;schemas&quot;:[&quot;urn:scim:schemas:core:1.0&quot;,&quot;urn:scim:schemas:core:1.0&quot;],&quot;startIndex&quot;:1,&quot;totalResults&quot;:1}