---
title: "Send a password reset email"
method: POST
path: "/v1/auth/forgot-password"
tags: ["User"]
---

# Send a password reset email

`POST /v1/auth/forgot-password`

Send a password reset email to an existing user. Wait at least 60 seconds between successive calls

## Query parameters

- `origin` string
- `language` string

## Request body

- object — The email address to send the password reset link to
  - `email` string, email, required

## Response `204`

Request processed succesfully:
            <ul>
              <li>
                if the user is known, a password reset email is sent
              </li>
              <li>
                if the user is not known, the request is ignored and no mail is sent
              </li>
            </ul>

- unknown

## Other responses

- `400` — Invalidly formatted body
- `403` — The user tried to register with an email from a known throwaway email provider
- `429` — Last password forgot call was too recent

---

[API](https://skmtc.dev/eniris/apis/eniris-metadata-telemetry-query-api.md) · [All operations](https://skmtc.dev/eniris/apis/eniris-metadata-telemetry-query-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eniris/eniris-metadata-telemetry-query-api/revisions/fe3723575e19/schema)
