---
title: "Forgot Password"
method: POST
path: "/auth/forgot-password"
tags: ["Auth"]
---

# Forgot Password

`POST /auth/forgot-password`

Request a password reset link.

Always returns a generic success message regardless of whether the email
matches an eligible account, to prevent email enumeration. A reset email is
only sent for active password-login users with a set password.

## Request body

- ForgotPasswordRequest — Request to send a password reset link
  - `email` string, email, required — Email address

## Response `200`

Successful Response

- AppAuthSchemasMessageResponse — Generic message response
  - `message` string, required — Message

## Other responses

- `422` — Validation Error

---

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