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

# Request Password Reset Email

`POST /auth/email/password-reset`

## Request body

- PasswordResetEmailRequest
  - `email` string, required

## Response `202`

Successful Response

- AuthEmailResponse
  - `message` string, required

## Other responses

- `422` — Validation Error

---

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