cURL
Employees
Get Employees
Retrieves all employees that the user has access to
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Specifies which page of records to retrieve.
The number of records to return per page
Response
A list of employee records
The first name of the employee
Example:
"Mary"
The last name of the employee
Example:
"Doe"
The email address of the employee
Example:
The country ID/name/code where the employee is based (E.g. "f265bbc9-e505-4e73-b949-7e30185c525b" or Germany or DE)
Example:
"United States"
The contact phone number of the employee
Example:
"+1-555-555-5555"
The physical address of the employee
Example:
"123 Main Street Apt. 1 New York, NY"