---
title: "Send a password reset email"
method: POST
path: "/v1/user/sendreset"
tags: ["user"]
---

# Send a password reset email

`POST /v1/user/sendreset`

## Request body

- EmailRequest
  - `email` string, required — email address

## Response `204`

email sent

## Other responses

- `400` — email not found

---

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