---
title: "Forgot-password step 1: send reset email"
method: POST
path: "/identity/forgot_password/step_1"
tags: ["identity", "password"]
---

# Forgot-password step 1: send reset email

`POST /identity/forgot_password/step_1`

## Request body

- IdentityForgotPasswordStep1Input
  - `email` string

## Response `200`

OK

- AuthAck
  - `ok` boolean

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/3feea260296c/schema)
