---
title: "POST /v2/passwords/reset"
method: POST
path: "/v2/passwords/reset"
tags: ["passwords"]
---

# POST /v2/passwords/reset

`POST /v2/passwords/reset`

Route to receive a "reset password" request from an anonymous user.

## Request body

- object
  - `recovery_email` string
  - `username` string

## Response `204`

Request successfully handled. No body is returned.

## Other responses

- `400` — malform request
- `404` — user not found
- `424` — Parameters were valid but the server was unable to handle the request.

---

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