---
title: "Update a technician"
method: PATCH
path: "/v2/user/technician/{id}"
tags: ["management"]
---

# Update a technician

`PATCH /v2/user/technician/{id}`

Update technician by their ID

## Path parameters

- `id` integer, required

## Request body

- object — Update technician request payload
  - `firstName` string — First name
  - `lastName` string — Last name
  - `managerUid` string, uuid — Manager identifier

## Response `200`

Updated technician

## Other responses

- `400` — Several possible validation errors
- `401` — Unauthorized
- `403` — Must be a System Administrator
- `404` — Technician was not found

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/versions/753f26d46650/schema)
