v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBSCIM
List users
Returns a paginated list of users belonging to the authenticated organization.
Supports SCIM filtering using the eq comparator on the following attributes:
- id
- externalId
- userName
- name.givenName
- name.familyName
- emails.value
Only a single filter condition is supported — compound expressions (e.g. AND) return 400. Filter attribute names are case-insensitive.
get/scim/Users
Query parameters
filterstring
SCIM filter expression (RFC 7644 Section 3.4.2.2). Only the eq comparator is supported.
startIndexinteger
1-based index of the first result. Defaults to 1.
countinteger
Maximum number of results per page. Must be between 0 and 100.
Response
Users returned successfully