---
title: "Reset the user password"
method: POST
path: "/cm/v1/auth/users/reset-password"
tags: ["User"]
---

# Reset the user password

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

reset the user password.
The bearer token should be the password reset token which is achieved from `password reset email`.
Once this API succeeds, the user’s signed_up status becomes true.

## Request body

- MessagesResetPasswordRequest
  - `password` string, required — The password that user want to change. Password must be at least 12 characters and contain at least one number, uppercase letter, lowercase letter and special character.
  - `email` string, required — The user email.

## Response `200`

A successful response.

- MessagesResetPasswordResponse

## Other responses

- `default` — Error. Detailed cause can be found in the `details` field.

---

[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)
