---
title: "resets a user's password"
method: POST
path: "/auth/resetPasswordRequest"
tags: ["auth"]
---

# resets a user's password

`POST /auth/resetPasswordRequest`

## Request body

- object
  - `login` string — the email address of the user

## Response `200`

successful reset request

- object
  - `status` string

## Other responses

- `405` — Invalid input

---

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