---
title: "Reset user password"
method: PATCH
path: "/acc-api/auth/reset-password"
tags: ["Authentication"]
---

# Reset user password

`PATCH /acc-api/auth/reset-password`

Update the current user's password

## Request body

- PasswordResetRequest
  - `currentPassword` string, password, required — Current password for verification
  - `newPassword` string, password, required — New password to set

## Response `200`

Password updated successfully

- PasswordResetResponse
  - `message` string, required — Success message

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized or invalid current password
- `404` — User not found
- `500` — Internal server error

## Changes

- **2025-06-13** `82d45b4845ce` — 1 info
  - endpoint added
- **2025-06-13** `1609c18b1e7f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/nimtable/apis/nimtable-account-api/changes/acc-api/auth/reset-password/patch.md)

---

[API](https://skmtc.dev/nimtable/apis/nimtable-account-api.md) · [All operations](https://skmtc.dev/nimtable/apis/nimtable-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nimtable/nimtable-account-api/revisions/c863d4c0adcd/schema)
