---
title: "Send a password-reset email to the given address"
method: POST
path: "/compat/v2/users/forgotPassword"
tags: ["users"]
---

# Send a password-reset email to the given address

`POST /compat/v2/users/forgotPassword`

## Request body

- object
  - `email` string, required

## Response `200`

Successful response

- string

## Other responses

- `400` — Invalid input data
- `500` — Internal server error

---

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