Updates an existing employee. Note: Only the fields that are listed in the body example are updatable. Attributes that are not part of the sample request body but are present inside the request are ignored. It's not possible to update the Email field.

PATCH body example

{
  "employee": {
    "first_name": "John",
    "last_name": "Dou",
    "preferred_name": "John Dou",
    "gender": "male",
    "position": "developer",
    "subcompany": "ACME",
    "department": "IT",
    "office": "Madrid",
    "hire_date": "2020-01-31",
    "weekly_working_hours": 40,
    "status": "active",
    "supervisor_id": 5,
    "custom_attributes": {
      "dynamic_ {{  field uid  }} ": "German"
    }
  }
}
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!