---
title: "POST /auth/password/change"
method: POST
path: "/auth/password/change"
tags: ["Auth"]
---

# POST /auth/password/change

`POST /auth/password/change`

## Request body

- AuthPasswordChange
  - `old_password` string, required
  - `password` string, required

## Response `201`

- AuthPasswordChange
  - `old_password` string, required
  - `password` string, required

## Other responses

- `400`

---

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