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

# POST /api/user/change-email/

`POST /api/user/change-email/`

Changes the email address of a user if the confirmation token is valid. The **send_change_email_confirmation** endpoint sends an email to the new address containing the token. That token can be used to change the email address here.

## Request body

- ChangeEmail
  - `token` string, required — The confirmation token.

## Response `204`

No response body

## Other responses

- `400`

---

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