v1
latestOpenAPI 3.1.02026-07-14801408.6 KB/employees/:id
Updates an existing employee. Required scope: w_employees.
patch/employees/{id}
Path parameters
subdomainstring required
The account subdomain
idstring required
The employee id
Request body
Response
201
Example response
{
"id": "375b",
"firstname": "Zinedina",
"lastname": "Doe",
"email": "zinedin_doe@gmail.com",
"start_date": "2021-10-08T00:00:00.000Z",
"state": "published",
"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"
}