---
title: "Change user email"
method: POST
path: "/v2/user/customer/account/changeEmail"
tags: ["Customer - Account"]
---

# Change user email

`POST /v2/user/customer/account/changeEmail`

## Request body

- ChangeEmailRequest
  - `newEmail` string, email, required — The email

## Response `204`

Email updated

## Other responses

- `400` — New email does not respect the emails's constraints
- `default` — Occurs when something goes wrong

---

[API](https://skmtc.net/beezup/apis/beezup-merchant-api.md) · [All operations](https://skmtc.net/beezup/apis/beezup-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beezup/beezup-merchant-api/revisions/557b7feddf8a/schema)
