---
title: "Update an employee"
method: PUT
path: "/api/v3.3/employees/{employeeUid}"
tags: ["Employees"]
---

# Update an employee

`PUT /api/v3.3/employees/{employeeUid}`

Update information for the employee identified by the given UID with the provided data.

## Path parameters

- `employeeUid` string, required

## Request body

- EmployeeApi3UpdatingDto
  - `firstName` string, required
  - `lastName` string, required
  - `colorCode` string — Optional field, max size is 6
  - `phoneNumber` string — Optional field, max size is 32
  - `phoneAreaCode` integer
  - `pictureUrl` string

## Response `200`

OK

---

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