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

# POST /api/user/send-change-email-confirmation/

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

Sends an email to the new email address containing a confirmation link. The user must provide their current password to initiate this request. The link is going to be valid for 12 hours.

## Request body

- SendChangeEmailConfirmation
  - `new_email` string, email, required — The new email address to change to.
  - `password` string, required — The current password of the user for verification.
  - `base_url` string, uri, required — The base URL where the user can confirm the email change. The confirmation token is going to be appended to the base_url (base_url '/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/revisions/ea4a3480f8d3/schema)
