User
List all Users
Fetch Users associated to a company
GET
Introduction
Please note archived users are NOT returned.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter by User's status.
Available options:
hired
, employee
, alumni
, external
Filter by User's role.
Available options:
owner
, admin
, it
, hr
, ops
, finance
, custom
, user
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).
The current page
Number of results retrieved per page.