Authorizations
Bearer token authentication
Query Parameters
SCIM filter expression (RFC 7644 §3.4.2.2), e.g. userName eq "alice", emails.value co "example.com". Operators: eq, ne, co, sw, ew, gt, ge, lt, le, pr. Group with and/or/not. Use parentheses to control precedence.
1-based index of first result (default 1).
Required range:
x >= 1
Page size / number of results to return (server may cap).
Required range:
0 <= x <= 200
Attribute name to sort by (e.g., userName, displayName).
Sort order direction.
Available options:
ascending
, descending
Comma-separated attribute paths to include in the response.
Comma-separated attribute paths to exclude from the response.