---
title: "Forgot user password"
method: POST
path: "/cm/v1/auth/users/forgot-password"
tags: ["User"]
---

# Forgot user password

`POST /cm/v1/auth/users/forgot-password`

If the user forgot the password, use this API to receive `password reset email`.
The `password reset email` contains password reset token for updating password and user’s email which will be used to call `UpdatePassword` API.
The token is valid for 7 days.

## Request body

- MessagesForgotPasswordRequest
  - `email` string, required — The user email.

## Response `200`

A successful response.

- MessagesForgotPasswordResponse

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/moloco/apis/moloco-ads-campaign-management-api.md) · [All operations](https://skmtc.net/moloco/apis/moloco-ads-campaign-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moloco/moloco-ads-campaign-management-api/revisions/5c85d0910ac0/schema)
