---
title: "Change Password"
method: PATCH
path: "/public/api/users/{id}/password-change"
tags: ["Users"]
---

# Change Password

`PATCH /public/api/users/{id}/password-change`

Update user's `password`.    
Note - `dontSendMail` / boolean / not required / if `true` no email is sent to the user. If `false` or not specified, an email is sent to the user to inform them about the change.

## Path parameters

- `id` string, required

## Headers

- `Accept` string

## Request body

- object
  - `password` string
  - `dontSendMail` boolean

## Response `200`

OK

---

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