---
title: "Change password"
method: POST
path: "/email-password/change-password"
tags: ["Email Password Plugin"]
---

# Change password

`POST /email-password/change-password`

Changes the user's password using a reset token

## Request body

- ChangePasswordRequest
  - `password` string, required
  - `token` string, required

## Response `200`

OK

- ChangePasswordResponse
  - `message` string, required

---

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