Get All Groups or Teams

Gets all org groups or teams on an account. Supports pagination and filtering.

Query Params
string

Filter groups/teams using SCIM filter syntax. Only single filter queries are supported. Currently supports filtering by displayName (case-sensitive exact match).

integer
≥ 0
Defaults to 100

Maximum number of groups/teams to return per page for pagination. Negative values are interpreted as 0.

integer
≥ 1
Defaults to 1

The 1-based index of the first result to return for pagination. Values less than 1 are interpreted as 1.

attributes
array of strings

Comma-separated list of attribute names to return in the response. The attribute id is always returned. Available attributes are schemas, displayName, members, and meta. Cannot be used with excludedAttributes.

attributes
excludedAttributes
array of strings

Comma-separated list of attribute names to exclude from the response. The attribute id is always returned and cannot be excluded. Can exclude schemas, displayName, members, or meta. Cannot be used with attributes.

excludedAttributes
Responses

401

Unauthorized. Occurs if bearer token is invalid.

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json