---
title: "Send a password reset email to the user by email"
method: POST
path: "/login/forgot-password-request"
tags: ["Login"]
---

# Send a password reset email to the user by email

`POST /login/forgot-password-request`

Initiate a password reset process by sending a reset email to the user. Use this when users forget their password and need to reset it securely.

## Request body

- object
  - `email` Email — unresolved $ref
  - `subdomain` string
  - `orgSlug` Schema — unresolved $ref

## Response `200`

Password restore email sent to registered email

## Other responses

- `400` — Bad request, details in response

---

[API](https://skmtc.net/tetrascience/apis/tetra-data-lake.md) · [All operations](https://skmtc.net/tetrascience/apis/tetra-data-lake/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tetrascience/tetra-data-lake/revisions/0205e2bace53/schema)
