API Reference
Log In
API Reference

List users

This endpoint returns a list of all the users. It can be sorted by identifier, externalIdentifier, firstName, lastName, email, and lastActiveDatetime. When no values are provided, it orders by identifier.

🚧

Roles

Projects cannot access this route.

📘

This collection route supports filters and pagination.

Query Params
string

Filters by the user’s first name.

string

Filters by the user’s last name.

string

Filters by the user’s email.

string

Filters by the firstName, lastName, or email and returns similar matches.

string

Filters by the user’s status and returns exact matches. Values can be Active, Inactive, Invited, Rejected, or Deleted.

string

Filters by the user’s key prefix and returns exact matches.

date-time

Filters based on a window starting on this date. Format should be ISO8601 (YYYY-MM-DDThh:mm:ss.sTZD) format.

date

Filters based on a window ending on this date. Format should be ISO8601 (YYYY-MM-DDThh:mm:ss.sTZD) format.

string

Indicates whether date window filters are based on createdAt or updatedAt fields. Defaults to updatedAt.

Responses

Language
Credentials
Request
Choose an example:
application/json