---
title: "Send reset password email"
method: POST
path: "/v3/accounts/reset-password-request"
tags: ["Authentication"]
---

# Send reset password email

`POST /v3/accounts/reset-password-request`

Sends the reset password email.

## Headers

- `origin` string

## Request body

- UserEmailRequestModel
  - `accountAlias` string, nullable — Unique account alias.
  - `email` string, email, required — Email address of the user.

## Response `202`

Accepted

## Other responses

- `400` — Bad Request
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Server Error

---

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