---
title: "Change the user password"
method: POST
path: "/blaize/users/change-password"
tags: ["Authentication"]
---

# Change the user password

`POST /blaize/users/change-password`

Changes the user password.

## Request body

- object
  - `current_validators` object, required
    - `password` string
  - `new_validators` object, required
    - `password` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/zuora/apis/public-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/public-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/public-api-reference/revisions/0400dd83950b/schema)
