v1
latestSwagger 2.02026-07-14172228.6 KBGroups
Get Groups
Queries multiple group identities in the organization domain. Filtering, sorting and pagination are available. This call requires the role ROLE_ORG_READ.
get/Groups
Query parameters
filterstring
Without a filter, all groups are returned. The filter parameter must be a properly formed SCIM filter using the operator "eq" (equals), "sw" (starts with), or "co" (contains). The filter works for the displayName attribute. Sorting and pagination are supported. For example, GET /Groups?filter=displayName%20eq%20%22Engineering%22&sortBy=displayName&sortOrder=ascending&count=50&startIndex=51
Headers
Authorizationstring required
Access token prefixed with 'Bearer ', e.g. 'Bearer 123456abcdef'
Response
The request has succeeded