v1
latestOpenAPI 3.1.02026-07-14801408.6 KB/employees
Creates an employee for your account. Required scope: w_employees.
post/employees
Path parameters
subdomainstring required
The account subdomain
Request body
Response
201
Example response
{
"id": "375b",
"firstname": "Zinedin",
"lastname": "Doe",
"email": "zinedin_doe@gmail.com",
"start_date": "2021-10-08T00:00:00.000Z",
"state": "draft",
"employee_number": "80",
"phone": "+18579909723",
"job_title": "Account Manager ",
"manager_id": "2fce",
"department_id": "3ff4d641",
"legal_entity_id": "e697173f-5853-48c0-8eb4-b9c67ca11a93",
"work_schedule_id": "5c6",
"work_email": "zinedin_doe@sampleemployee.com"
}