---
title: "start forgot password process by email"
method: POST
path: "/api/users/forgotpassword"
tags: ["AppUser"]
---

# start forgot password process by email

`POST /api/users/forgotpassword`

## Request body

- UnverifiedSignUpViewModel — SignUp View Model
  - `email` string, nullable — Email
  - `clientAppName` string, nullable — Client App Name
  - `language` string, nullable — Client Language
  - `captchaImageId` string, uuid — Captcha Image Id
  - `captchaValue` string, nullable — Captcha Value
  - `callbackUrl` string, nullable — CallbackUrl

## Response `200`

OK

- boolean

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/ganjoor/apis/rmuseum-api.md) · [All operations](https://skmtc.net/ganjoor/apis/rmuseum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ganjoor/rmuseum-api/versions/bb8e104d36d2/schema)
