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

## Changes

- **2026-09-04** `acd097fdd2f1` — 1 info
  - the endpoint scheme security `oauth2` was removed from the API

[Change history](https://skmtc.dev/yoobic/apis/yoobic-public-api/changes/public/api/users/:id/password-change/patch.md)

---

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