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

# Request password reset

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

Requests a password reset link to be sent to the user's email

## Request body

- RequestPasswordResetRequest
  - `callback_url` string, nullable
  - `email` string, required

## Response `200`

OK

- ChangePasswordResponse
  - `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-password-reset/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/2ff1d8d3f239/schema)
