---
title: "PATCH /v1/user/me/password/"
method: PATCH
path: "/v1/user/me/password/"
tags: ["user"]
---

# PATCH /v1/user/me/password/

`PATCH /v1/user/me/password/`

## Request body

- PatchedUserPasswordUpdate
  - `curPassword` string
  - `newPassword` string
  - `newPasswordConfirm` string

## Response `200`

- UserPasswordUpdate
  - `curPassword` string, required
  - `newPassword` string, required
  - `newPasswordConfirm` string, required

## Other responses

- `400`

---

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