---
title: "Forgotten password"
method: POST
path: "/accounts/forgot-password"
tags: ["Accounts"]
---

# Forgotten password

`POST /accounts/forgot-password`

## Headers

- `organization` string, required

## Request body

- ForgotPasswordInput — Contains the email for the account for which the password needs to be restored.
  - `email` string, required — Email address for the account

## Response `201`

Contains a **Boolean** variable. **True** if a password creation link has been sent to the email address provided in the request.

- ResponseEmailSentOutput
  - `sent` boolean, required — True if a password creation link has been sent.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
