---
title: "Change password"
method: PUT
path: "/users/password-reset/{token}.json"
tags: ["Users"]
---

# Change password

`PUT /users/password-reset/{token}.json`

## Path parameters

- `token` string, required

## Request body

- object
  - `username` string, required
  - `password` string, required

## Response `200`

success response

---

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