---
title: "Initiate password reset"
method: POST
path: "/auth/v1/users/forgot_password"
tags: ["authService"]
---

# Initiate password reset

`POST /auth/v1/users/forgot_password`

Reset password. Available to unauthorized users.

## Request body

- EmailPasswordDto
  - `email` string

## Response `200`

OK

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/uspacy/apis/uspacy-api.md) · [All operations](https://skmtc.net/uspacy/apis/uspacy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uspacy/uspacy-api/versions/c3f48fd1c26b/schema)
