---
title: "Change current user password"
method: POST
path: "/users/me/change-password"
tags: ["Users"]
---

# Change current user password

`POST /users/me/change-password`

## Request body

- object
  - `old_password` string, required
  - `new_password` string, required

## Response `200`

Password changed successfully

- Success
  - `code` integer
  - `message` string

## Changes

- **2025-03-03** `14e4eafea538` — 1 warning
  - removed the optional property `data` from the response with the `200` status
- **2025-03-02** `526e5bdf6dee` — 3 breaking, 17 warning, 5 info
  - added the new required request property `new_password`
  - added the new required request property `old_password`
  - request body became required
  - removed the request property `password`
  - …21 more

[Change history](https://skmtc.dev/crawlab-team/apis/crawlab-api/changes/users/me/change-password/post.md)

---

[API](https://skmtc.dev/crawlab-team/apis/crawlab-api.md) · [All operations](https://skmtc.dev/crawlab-team/apis/crawlab-api/llms.txt) · [OpenAPI document](https://skmtc.dev/crawlab-team/apis/crawlab-api/revisions/14e4eafea538?raw)
