v1
latestSwagger 2.02026-07-14172228.6 KBUsers
Get Users
Queries multiple user identities in the organization domain. Filtering is available.
get/Users
Query parameters
filterstring
Without a filter, all users in a user domain are returned. The filter parameter must be a properly formed SCIM filter using either the operator eq (equals) or the operator sw (starts with). The filter works for userName, displayName, name.givenName, and name.familyName attributes. For example, /Users?filter=name.familyName%20eq%20%%22Smith%22
Headers
Authorizationstring required
Access token prefixed with 'Bearer ', e.g. 'Bearer 123456abcdef'
Response
The request has succeeded.