v1

latestOpenAPI 3.0.3Apache 2.02026-07-142201861.5 MB
SCIM

List an Organization's Paginated Teams

Returns a paginated list of teams bound to a organization with a SCIM Groups GET Request.

Note that the members field will only contain up to 10,000 members.

get/api/0/organizations/{organization_id_or_slug}/scim/v2/Groups

Path parameters

organization_id_or_slugstring required

The ID or slug of the organization the resource belongs to.

Query parameters

startIndexinteger

SCIM 1-offset based index for pagination.

countinteger

The maximum number of results the query should return, maximum of 100.

filterstring

A SCIM filter expression. The only operator currently supported is eq.

excludedAttributesstring[]

Fields that should be left off of return values. Right now the only supported field for this query is members.

Response

schemasstring[] required
totalResultsinteger required
startIndexinteger required
itemsPerPageinteger required