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

# Update user password

`POST /cm/v1/auth/password`

Update user password.
You can call this API with token whose type is AUTH_TOKEN, UPDATE_PASSWORD_TOKEN.

## Request body

- MessagesUpdatePasswordRequest
  - `current_password` string, required — The current password.
  - `new_password` string, required — The new password. Password must be at least 12 characters and contain at least one number, uppercase letter, lowercase letter and special character.

## Response `200`

A successful response.

- MessagesUpdatePasswordResponse

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