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

# Change the user's password

`POST /zephr/users/change-password`

This endpoint starts the process of changing a user's password.  An active user session is required for this endpoint. This process ends with an OTP (One-time password) being sent to the user's email address.

## Request body

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

## Response `200`

OK - The process of changing the user's password was started successfully

## Other responses

- `400` — Bad Request - Wrong validators have been supplied with this request
- `404` — Not Found - User was 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)
