List SCIM users
API Reference
List SCIM users
SCIM 2.0 endpoint that lists the organization’s provisioned users. An identity provider calls this during a sync to reconcile its directory against Orbit. Supports the filter (e.g. userName eq "ada@example.com"), startIndex, and count query parameters for pagination (max 500 per page). Authenticated with the organization’s SCIM bearer token.
GET
List SCIM users
Authorizations
Dashboard JWT token from Clerk
Path Parameters
The organization slug that scopes the SCIM tenant.
Query Parameters
SCIM filter expression, for example userName eq a specific email address.
1-based index of the first result to return.
Maximum number of results to return, from 1 to 500.