---
title: "Resets user password"
method: PATCH
path: "/api/v2/members/users/{id}/reset-password"
tags: ["v2 members"]
---

# Resets user password

`PATCH /api/v2/members/users/{id}/reset-password`

Resets a user password

## Path parameters

- `id` string, required

## Request body

- ResetPasswordRequest
  - `token` string
  - `newPassword` SecureString
    - `chars` string[]
    - `empty` boolean

## Response `204`

Password changed

## Other responses

- `400` — Bad request

---

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