---
title: "Reset Password"
method: PATCH
path: "/api/v1/users/{user_id}/reset-password"
tags: ["Users"]
---

# Reset Password

`PATCH /api/v1/users/{user_id}/reset-password`

Change the current user's password after verifying the existing password.

## Path parameters

- `user_id` string, uuid, required

## Request body

- PasswordResetRequest
  - `current_password` string, required
  - `password` string, required

## Response `200`

Successful Response

- UserRead
  - `create_at` string, date-time, required
  - `id` string, uuid
  - `is_active` boolean, required
  - `is_superuser` boolean, required
  - `last_login_at` string, date-time, nullable, required
  - `optins` object, nullable
  - `profile_image` string, nullable, required
  - `store_api_key` string, nullable, required
  - `updated_at` string, date-time, required
  - `username` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-21** `22962dc5e81b` — 3 breaking, 6 warning
  - added the new required request property `current_password`
  - the request property `password` became required
  - request property `password` list-of-types was narrowed by removing types `null` from media type `application/json`
  - removed the request property `is_active`
  - …5 more
- **2026-03-12** `830c31118215` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-03-06** `0be341779529` — 2 info
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearer` was removed from the API
- **2026-02-18** `191b57fc530b` — 2 info
  - the endpoint scheme security `OAuth2PasswordBearer` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was removed from the API
- **2026-02-10** `0be341779529` — 2 info
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearer` was removed from the API

[Full history](https://skmtc.dev/langflow-ai/apis/langflow/changes/api/v1/users/:user_id/reset-password/patch.md)

---

[API](https://skmtc.dev/langflow-ai/apis/langflow.md) · [All operations](https://skmtc.dev/langflow-ai/apis/langflow/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langflow-ai/langflow/revisions/22962dc5e81b/schema)
