---
title: "Request email address change"
method: POST
path: "/accounts/request-email-address-change"
tags: ["User Management"]
---

# Request email address change

`POST /accounts/request-email-address-change`

Initiates an email address change process

## Request body

- object
  - `password` string — Current password
  - `token` string — MFA token (required if MFA is enabled)
  - `new_email` string, email, required — New email address

## Response `200`

Email change request initiated successfully

- SuccessResponse
  - `message` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway/revisions/771d118bd4d1/schema)
