---
title: "Change Password"
method: PATCH
path: "/auth/account/change/password"
tags: ["Account"]
---

# Change Password

`PATCH /auth/account/change/password`

Change the current account password.

## Request body

- DataChangePassword
  - `password` string, required — New password
  - `current_password` string, required — Current password

## Response `204`

Success

## Other responses

- `default` — An error occurred.

---

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