Fetch a list of Employees

Finds employees based on the provided criteria.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
ids
array of objects

A comma-separated list of IDs. Allows lookup for multiple specific employees at once.

ids
string

The full name of the employee. Allows partial search (e.g., "Ro"). Special characters and spaces should be URL-encoded.

string

The email address of the employee. Allows partial search (e.g., "rob"). Special characters should be URL-encoded.

number
Defaults to 1

Controls which page to look at in the results. Use with perPage.

number
Defaults to 10

Controls how many results to show in each page of the results. Use with page.

string
enum

Controls which field should be compared to sort the results. Possible values are "NAME" or "EMAIL". Use with order.

Allowed:
string
enum

Controls the sorting direction. Possible values are "ASC" and "DESC". Use with sort.

Allowed:
Response

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