List SCIM groups
Groups
List SCIM groups
Lists all SCIM groups in the workspace, with optional filtering and pagination.
Required scopes: user_management:read.
GET
List SCIM groups
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Query
A SCIM filter expression. Supported attributes:
displayName. Example: displayName eq "Engineering".1-based index of the first result to return.
Maximum number of results to return. Capped at 100.
Comma-separated list of attributes to exclude from results. Supports
"members" to omit the members array for efficiency.Response
Always
["urn:ietf:params:scim:api:messages:2.0:ListResponse"].Total number of groups matching the filter.
The 1-based index of the first result returned.
The number of results returned in this page.
The list of groups. Each group has the same shape as the Get a SCIM group response.