GET Users (SCIM)

Returns a list of SCIM users. When a filter query parameter is provided in the form of filter=userName eq "username", returns matching users' details. When a filter is not provided, the response will contain all users.

Security: Requires admin privileges or a scoped token with the system:identities:r scope.

Query Params
string

SCIM filter expression (e.g., userName eq "username")

integer

Starting index for pagination

integer

Number of results to return

string

Comma-separated list of attributes to exclude from the response

Responses

401

Bad Credentials - Invalid credentials

Language
Credentials
Bearer
URL
Response
Choose an example:
application/scim+json