---
title: "Change user email"
method: POST
path: "/user/email/change"
tags: ["user"]
---

# Change user email

`POST /user/email/change`

Request to change the authenticated user's email address. A verification email will be sent to the new address to confirm the change. Requires elevated permissions.

## Request body

- UserEmailChangeRequest
  - `newEmail` string, email, required — A valid email

## Response `200`

Email change requested. An email with a verification link has been sent to the new address

- 'OK'

## Other responses

- `default` — An error occurred while processing the request

---

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