---
title: "PUT /api/tenants/{tenantId}/employees/{employeeId}"
method: PUT
path: "/api/tenants/{tenantId}/employees/{employeeId}"
tags: ["Employees"]
---

# PUT /api/tenants/{tenantId}/employees/{employeeId}

`PUT /api/tenants/{tenantId}/employees/{employeeId}`

## Path parameters

- `tenantId` integer, required
- `employeeId` string, required

## Request body

- Employee
  - `id` integer
  - `status` 'Active' | 'Inactive'
  - `created` string, date-time
  - `updated` string, date-time
  - `identifier` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `divisions` string[], nullable
  - `culture` string, nullable
  - `calendar` string, nullable
  - `attributes` object, nullable

## Response `200`

OK

- Employee
  - `id` integer
  - `status` 'Active' | 'Inactive'
  - `created` string, date-time
  - `updated` string, date-time
  - `identifier` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `divisions` string[], nullable
  - `culture` string, nullable
  - `calendar` string, nullable
  - `attributes` object, nullable

## Other responses

- `404` — Not Found
- `422` — Unprocessable Content

---

[API](https://skmtc.net/payroll-engine/apis/payroll-engine-backend-api-v1.md) · [All operations](https://skmtc.net/payroll-engine/apis/payroll-engine-backend-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payroll-engine/payroll-engine-backend-api-v1/versions/34e260deaa2c/schema)
