These docs are for v1.0. Click to read the latest docs for v1.4.

Get All Users

Gets all users on an account.

Query Params
number

Index of the first user in the list to return (1 indexed).

number

Quantity of users to return from this request.

string

See SCIM spec and optimization details below:

  • The only operator currently supported is eq
  • While filtering should technically work on every attribute of a user, it is a very slow process for non-optimized attributes. We strongly recommend filtering only on the following optimized attributes whenever possible:
    • email / emails.value / workemail
    • username / displayname
    • externalid
    • urn:ietf:params:scim:schemas:extension:lucid:1.0:User.productLicenses.
Responses

401

Unauthorized. Occurs if bearer token is invalid.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json