---
title: "Update the emergency section for a given employee id."
method: PUT
path: "/employees/{employeeId}/emergencies"
tags: ["Employees"]
---

# Update the emergency section for a given employee id.

`PUT /employees/{employeeId}/emergencies`

This endpoint updates the employee **emergency** section for a given employee id. The operation only updates the fields provided in the body.

## Path parameters

- `employeeId` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `emergencyFirstName` string — The emergency first name.
  - `emergencyMiddleName` string — The emergency middle name.
  - `emergencyLastName` string — The emergency last name.
  - `relation` string — The emergency relation. Only is valid one of the following values "Mother", "Father", "Son", "Daughter", "Brother", "Sister", "Partner", "Other".
  - `emergencyPhoneNumber` string — The emergency phone number.
  - `emergencyMobileNumber` string — The emergency mobile number.

## Response `200`

OK

- string

## Other responses

- `400` — BAD REQUEST. This is a wrong request in the client side due to invalid body or params.
- `401` — UNAUTHORIZED. The Authorization header is incorrect, not provided or the token expired.

---

[API](https://skmtc.net/kenjo/apis/kenjo-api.md) · [All operations](https://skmtc.net/kenjo/apis/kenjo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kenjo/kenjo-api/versions/58772b78268e/schema)
