---
title: "Changes to Change User Password"
method: POST
path: "/users/{id}/change-password"
---

# Changes to Change User Password

`POST /users/{id}/change-password`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 3 revisions.

- **2026-07-17** `c7a4715c1f13` — 1 breaking, 1 warning, 9 info
- **2025-03-03** `14e4eafea538` — 1 warning
- **2025-03-02** `526e5bdf6dee` — 2 breaking, 16 warning, 6 info

## Changes

- **2026-07-17** `c7a4715c1f13` — 1 breaking, 1 warning, 9 info
  - for the `path` request parameter `id`, the type/format was changed from `string`/`` to `string`/`objectid`
  - removed the optional property `code` from the response with the `200` status
  - api operation id `change_user_password` was added
  - request body became optional
  - removed the pattern `^[0-9a-fA-F]{24}$` from the `path` request parameter `id`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `500`
  - added the optional property `data` to the response with the `200` status
  - added the optional property `error` to the response with the `200` status
  - added the optional property `status` to the response with the `200` status
- **2025-03-03** `14e4eafea538` — 1 warning
  - removed the optional property `data` from the response with the `200` status
- **2025-03-02** `526e5bdf6dee` — 2 breaking, 16 warning, 6 info
  - request body became required
  - added the pattern `^[0-9a-fA-F]{24}$` to the `path` request parameter `id`
  - removed the optional property `data/_id` from the response with the `200` status
  - removed the optional property `data/created_at` from the response with the `200` status
  - removed the optional property `data/created_by` from the response with the `200` status
  - removed the optional property `data/email` from the response with the `200` status
  - removed the optional property `data/first_name` from the response with the `200` status
  - removed the optional property `data/last_name` from the response with the `200` status
  - removed the optional property `data/role` from the response with the `200` status
  - removed the optional property `data/role_id` from the response with the `200` status
  - removed the optional property `data/root_admin` from the response with the `200` status
  - removed the optional property `data/root_admin_role` from the response with the `200` status
  - removed the optional property `data/routes` from the response with the `200` status
  - removed the optional property `data/updated_at` from the response with the `200` status
  - removed the optional property `data/updated_by` from the response with the `200` status
  - removed the optional property `data/username` from the response with the `200` status
  - removed the optional property `error` from the response with the `200` status
  - removed the optional property `status` from the response with the `200` status
  - api operation id `change_user_password` removed and replaced with ``
  - for the `path` request parameter `id`, the type/format was generalized from `string`/`objectid` to `string`/``
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `500`
  - added the optional property `code` to the response with the `200` status

---

[Operation](https://skmtc.dev/crawlab-team/apis/crawlab-api/docs/users/:id/change-password/post.md) · [API](https://skmtc.dev/crawlab-team/apis/crawlab-api.md) · [Page](https://skmtc.dev/crawlab-team/apis/crawlab-api/changes/users/:id/change-password/post)
