---
title: "/employees/:id"
method: PATCH
path: "/employees/{id}"
---

# /employees/:id

`PATCH /employees/{id}`

Updates an existing employee. Required scope: `w_employees`.

## Path parameters

- `subdomain` string, required
- `id` string, required

## Request body

- object
  - `member_id` string — Optional value, this can be retrieved by GET /members endpoint

## Response `201`

201

- object
  - `id` string
  - `firstname` string
  - `lastname` string
  - `email` string
  - `start_date` string
  - `state` string
  - `employee_number` string
  - `avatar` string
  - `phone` string
  - `job_title` string
  - `manager_id` string
  - `department_id` string
  - `template_id` unknown
  - `division_id` unknown
  - `candidate_id` unknown
  - `roles` unknown
  - `legal_entity_id` string
  - `work_schedule_id` string
  - `work_email` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/workable/apis/account-root.md) · [All operations](https://skmtc.net/workable/apis/account-root/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workable/account-root/versions/3ead9ec42165/schema)
