List users
Returns a paginated list of users belonging to the authenticated organization.
Supports SCIM filtering using the eq comparator on the following attributes:
idexternalIduserNamename.givenNamename.familyNameemails.value
Only a single filter condition is supported — compound expressions (e.g. AND) return 400. Filter attribute names are case-insensitive.
Authorizations
SCIM access token issued via Phrase Platform organization settings. The Bearer token value must be configured in Phrase Platform SCIM section.
Query Parameters
SCIM filter expression (RFC 7644 Section 3.4.2.2). Only the eq comparator is supported.
1-based index of the first result. Defaults to 1.
x >= 1Maximum number of results per page. Must be between 0 and 100.
0 <= x <= 100Response
Users returned successfully
SCIM list response envelope (urn:ietf:params:scim:api:messages:2.0:ListResponse)
[
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
]Total number of matching results across all pages
1-based index of the first result in this response
Number of results returned in this response
List of user resources