List Users
Fetch Users
Introduction
Notes:- Fields that are disabled or restricted will not be returned.
- Archived users are NOT returned by default.
Usage
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Fields to expand into full objects. Example: ?expand[]=assignee_admin&expand[]=tags
Free-text search across name and email addresses.
Filter by User's work emails.
Filter by User's personal email.
Filter by User's status.
alumni, employee, external, hired Filter by User's role.
owner, admin, it, hr, ops, finance, custom, user Only returns users with matcher employee_number.
Whether the response should include archived users.
Filter Users created after a DateTime (ISO 8601).
Filter Users created before a DateTime (ISO 8601).
Filter Users updated after a DateTime (ISO 8601).
Filter Users updated before a DateTime (ISO 8601).
Filter by exact metadata key/value pairs (e.g. ?metadata[environment]=production). Several pairs combine with AND.
The current page
Number of results retrieved per page.

