List SCIM users
Users
List SCIM users
Lists all SCIM users in the workspace, including active members and pending invites, with optional filtering and pagination.
Required scopes: user_management:read.
GET
List SCIM users
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Query
A SCIM filter expression. Supported attributes:
userName, emails.value. Example: userName eq "john@example.com".1-based index of the first result to return.
Maximum number of results to return. Capped at 100.
Response
Always
["urn:ietf:params:scim:api:messages:2.0:ListResponse"].Total number of users matching the filter.
The 1-based index of the first result returned.
The number of results returned in this page.
The list of users. Each user has the same shape as the Get a SCIM user response.