v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
enterprise-admin
scim

List provisioned SCIM groups for an enterprise

Lists provisioned SCIM groups in an enterprise.

You can improve query search time by using the excludedAttributes query parameter with a value of members to exclude members from the response.

get/scim/v2/enterprises/{enterprise}/Groups

Path parameters

enterprisestring required

The slug version of the enterprise name.

Query parameters

filterstring

If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId, id, and displayName. For example, ?filter=externalId eq "9138790-10932-109120392-12321".

excludedAttributesstring
Example:members

Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time.

startIndexinteger
Example:1

Used for pagination: the starting index of the first result to return when paginating through values.

countinteger
Example:1

Used for pagination: the number of results to return per page.

Response

Success, either groups were found or not found