---
title: "PUT /api/users/me/change-password"
method: PUT
path: "/api/users/me/change-password"
tags: ["Users"]
---

# PUT /api/users/me/change-password

`PUT /api/users/me/change-password`

## Request body

- ChangePasswordRequest
  - `currentPassword` string
  - `newPassword` string
  - `newPasswordConfirmation` string

## Response `200`

Success

- SucceededOrNotResponse
  - `succeeded` boolean
  - `errors` Error[]
    - `errorType` string
    - `errorMessage` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/rgcq/apis/web.md) · [All operations](https://skmtc.dev/rgcq/apis/web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rgcq/web/revisions/3fdd4827f760/schema)
