---
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.

---

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