List groups

GET {{baseUrl}}/scim2/Groups?startIndex=1&count=1&filter=<string>

Use this API to list all groups. You can include additional query parameters to filter the response.

OAuth Scope: scim2
Rate Limit Label: Medium

Request Params

KeyDatatypeRequiredDescription
startIndexnumberThe start index of records to be returned.
countnumberThe number of records returned in a single API call.
filterstringThe type of query:
  • displayName eq {groupName} — Provide the group's name to filter the response to a specific group. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;schemas&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;totalResults&quot;:&quot;\u003cinteger\u003e&quot;,&quot;startIndex&quot;:&quot;\u003cinteger\u003e&quot;,&quot;itemsPerPage&quot;:&quot;\u003cinteger\u003e&quot;,&quot;Resources&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;meta&quot;:{&quot;resourceType&quot;:&quot;\u003cstring\u003e&quot;},&quot;schemas&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;displayName&quot;:&quot;\u003cstring\u003e&quot;,&quot;urn:ietf:params:scim:schemas:extension:zoom:2.0:Group&quot;:{&quot;emailAlias&quot;:&quot;\u003cstring\u003e&quot;}},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;meta&quot;:{&quot;resourceType&quot;:&quot;\u003cstring\u003e&quot;},&quot;schemas&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;displayName&quot;:&quot;\u003cstring\u003e&quot;,&quot;urn:ietf:params:scim:schemas:extension:zoom:2.0:Group&quot;:{&quot;emailAlias&quot;:&quot;\u003cstring\u003e&quot;}}]}