cURL
Employees
Create Employee
Creates a new employee record
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The employee data to create
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"