---
title: "Change email address."
method: POST
path: "/v1/users/{id}/email/requestChange"
tags: ["userManagement"]
---

# Change email address.

`POST /v1/users/{id}/email/requestChange`

An email with an activation link is sent to the user’s new email address. The user must click the link in the email within seven days to complete the email address change, or the link will expire.

## Path parameters

- `id` string, required

## Request body

- ChangeEmailRequest
  - `email` string, email, required — New email address of the user.

## Response `204`

Email change request was submitted successfully.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/versions/18a824df1e78/schema)
