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

# Reset password

`POST /auth/reset/password-email`

Requests a password reset email for the user. This email can be used to reset the password for a user that has forgotten their password

## Request body

- EmailSchema — Represents the email of a user. Used to send email communication (reset password, welcome mail etc)
  - `email` string, required — The email address

## Response `200`

This response has no body.

## Other responses

- `401` — Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.
- `404` — The requested resource was not found.
- `415` — The operation does not support request payloads of the provided type. Please ensure that you're using one of the listed payload types and that you have specified the right content type in the "content-type" header.

---

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