SCIM
List an Organization's SCIM Members
Returns a paginated list of members bound to a organization with a SCIM Users GET Request.
get/api/0/organizations/{organization_id_or_slug}/scim/v2/Users
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.