v50

latestOpenAPI 3.0.3MITraw.githubusercontent.com2023-11-288093493.9 MB
enterprise-admin
scim

List provisioned SCIM groups for an enterprise

Note: The SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

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/Groups

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