---
title: "Request password reset email"
method: POST
path: "/v1/auth/change_password"
tags: ["Auth"]
---

# Request password reset email

`POST /v1/auth/change_password`

## Request body

- ChangePasswordRequest
  - `email` string, email, required

## Response `200`

Success

## Other responses

- `422` — User not found

---

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