Retrieve a list of employees

Retrieves a list of all employees in your organization, with the option to return either basic profile data or complete employee records.

Query Params
string
^[0-9]+$

The number of records to be returned in a single API Request.

string
^[0-9]+$

Used to paginate through a list of records. Can be combined with limit. Increment the value by one to fetch subsequent pages (1 for the second page, 2 for the third, etc.).

string

Order in which to return the records. Allowed Values: asc(FIELD_NAME), desc(FIELD_NAME).

string
enum

Filter the returned employees by a specific status.

Allowed:
string
enum

Filter the returned employees by a specific PerformYard user role.

Allowed:
boolean

Used to determine whether all data fields should be returned for each employee in the list.

Responses

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