Skip to main content
GET
List SCIM users

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

orgSlug
string
required

The organization slug that scopes the SCIM tenant.

Query Parameters

filter
string

SCIM filter expression, for example userName eq a specific email address.

startIndex
integer

1-based index of the first result to return.

count
integer

Maximum number of results to return, from 1 to 500.

Response

200 - application/scim+json

A SCIM ListResponse containing the organization's users.

schemas
string[]
totalResults
integer
startIndex
integer
itemsPerPage
integer
Resources
object[]