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

# Request Reset

`POST /v1/auth/password/reset`

Mail a password-reset link, or do nothing: the response never says which.

## Request body

- RequestPasswordResetRequest
  - `email` string, required — The address to send a reset link to.

## Response `200`

Successful Response

- RequestPasswordResetResponse
  - `message` string, required — The same message whether or not the address has a password to reset.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.net/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/91764f0b41d6/schema)
