---
title: "Request email change"
method: POST
path: "/api/auth/email-password/request-email-change"
tags: ["Email Password Plugin"]
---

# Request email change

`POST /api/auth/email-password/request-email-change`

Requests to change the authenticated user's email address

## Request body

- RequestEmailChangeRequest
  - `callback_url` string, nullable
  - `new_email` string, required

## Response `200`

OK

- ChangeEmailResponse
  - `message` string, required

## Changes

- **2026-07-08** `03c0b81270ce` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/authula/apis/authula-api/changes/api/auth/email-password/request-email-change/post.md)

---

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