---
title: "Update an employee's email address."
method: PUT
path: "/people/{id}/email"
tags: ["People"]
---

# Update an employee's email address.

`PUT /people/{id}/email`

Change an employee's email address. If you cannot change the self email an invitation will be sent to the new address to verify the email if the employee is invited/active.<br />

## Path parameters

- `id` string, required

## Request body

- ChangeEmail
  - `email` string — new email

## Response `200`

Invitation sent successfully.

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/versions/0781ebbdda91/schema)
