---
title: "Initiates password reset process"
method: POST
path: "/superuser/forgot-password"
tags: ["Superuser Account"]
---

# Initiates password reset process

`POST /superuser/forgot-password`

An email will be sent to the given address, if it exists in our database, with the information required to reset the account's password

## Request body

- ForgotPasswordInput
  - `email` string, required

## Response `200`

Email sent if it exists in our database

## Other responses

- `400` — Input could not be validated
- `401` — Authorization failure
- `429` — Rate limited
- `500` — Error internal to the server which probably shouldn't have happened, try again later

---

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