---
title: "Update an employee"
method: PATCH
path: "/employees/{id}"
tags: ["Employee Management"]
---

# Update an employee

`PATCH /employees/{id}`

## Path parameters

- `id` number, required

## Request body

- UpdateEmployeeDto
  - `email` string — Employee email address
  - `firstName` string — First name
  - `lastName` string — Last name
  - `password` string — Password (min 6 chars)
  - `role` 'employee' | 'admin' — User role (employee or admin)
  - `zendeskAgentEmail` string, nullable — Zendesk agent email used to assign tickets (optional)
  - `isActive` boolean — Is employee active

## Response `200`

Employee updated successfully.

---

[API](https://skmtc.dev/findmydocument/apis/land-registry-api.md) · [All operations](https://skmtc.dev/findmydocument/apis/land-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/findmydocument/land-registry-api/revisions/b55a990514fb/schema)
