---
title: "request password reset email"
method: POST
path: "/auth/request_password_reset"
tags: ["user"]
---

# request password reset email

`POST /auth/request_password_reset`

## Request body

- object
  - `email` string, email, required

## Response `200`

password reset email sent (if user exists)

- PasswordResetResponse
  - `message` string, required

## Other responses

- `400` — SMTP not configured

---

[API](https://skmtc.net/windmill/apis/windmill-api.md) · [All operations](https://skmtc.net/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/db0e7e036e34/schema)
