---
title: "Send Password Reset"
method: POST
path: "/auth/account/reset_password"
tags: ["Account"]
---

# Send Password Reset

`POST /auth/account/reset_password`

Send an email to reset account password.

## Request body

- DataSendPasswordReset
  - `email` string, required — Email associated with the account
  - `captcha` string, nullable — Captcha verification code

## Response `204`

Success

## Other responses

- `default` — An error occurred.

---

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