List Employees

Returns all employees.

Query Params
int32

The ID of the tenant the API request is for (for users with multi-tenancy enabled)

int32
Defaults to 50

The maximum number of entries to return.

string
Defaults to name

The column to sort the results by. Options: { created_at, updated_at, name, email, title, notes }

string
Defaults to asc

The order to sort the results by. Options: { asc, desc }

int32
Defaults to 0

Offset the results by a number.

string

The exact search for name.

string

The exact search for email.

string

The exact search for title.

int32

The exact search for location ID.

int32

The exact search for department ID.

int32

The exact search for manager ID.

string

The exact search for notes.

Response

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