---
title: "Change user's password"
method: PUT
path: "/api/auth/change-password"
tags: ["user account"]
---

# Change user's password

`PUT /api/auth/change-password`

## Headers

- `x-artemis-api-key` string, uuid, required

## Cookies

- `sid` string, required

## Request body

- PassBody
  - `old_password` string
  - `new_password` string

## Response `200`

Your password has been updated.

## Other responses

- `300` — Old password is wrong or password missmatch.

## Changes

- **2026-07-17** `5b8190369db2` — 2 breaking
  - added the new required `cookie` request parameter `sid`
  - added required request body
- **2021-05-17** `da59f21f77ce` — 1 breaking, 1 warning
  - removed the request body
  - deleted the `cookie` request parameter `sid`

[Change history](https://skmtc.dev/forth-ics-inspire/apis/artemis-web-api/changes/api/auth/change-password/put.md)

---

[API](https://skmtc.dev/forth-ics-inspire/apis/artemis-web-api.md) · [All operations](https://skmtc.dev/forth-ics-inspire/apis/artemis-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forth-ics-inspire/artemis-web-api/revisions/5b8190369db2/schema)
