---
title: "Change Password With Authentication"
method: PUT
path: "/api/user/password"
tags: ["User"]
---

# Change Password With Authentication

`PUT /api/user/password`

Change the user's password with authentication.

## Query parameters

- `password` string, required

## Response `200`

Successful Response

- UserSchema — Schema for representing a user.
  - `id` string, uuid, required
  - `email` string, required
  - `is_active` boolean, required
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time — Timestamp of the last update.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.net/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/versions/cbb37496f138/schema)
