scim
List SCIM users
Lists the team users with optional filtering, sorting, pagination and attribute projection (RFC 7644 §3.4.2).
get/scim/v2/Users
Query parameters
filterstring
Single comparison, e.g. userName eq "ada@example.com". Operators: eq, sw, ew, co.
sortBystring
sortOrder'ascending' | 'descending'
startIndexinteger
1-based index of the first result.
countinteger
Maximum results per page (capped at 100).
attributesstring
Comma-separated attributes to include.
excludedAttributesstring
Comma-separated attributes to exclude.
Response
Successful operation