---
title: "POST /v2/passwords/reset/{token}"
method: POST
path: "/v2/passwords/reset/{token}"
tags: ["passwords"]
---

# POST /v2/passwords/reset/{token}

`POST /v2/passwords/reset/{token}`

User posts a new password

## Path parameters

- `token` string, required

## Request body

- object
  - `password` string, required

## Response `204`

Password update successful. No body is returned.

## Other responses

- `400` — malform request
- `401` — Unauthorized access
- `424` — Parameters were valid but the server was unable to change the password.

---

[API](https://skmtc.net/caliopen/apis/caliopen-http-rest-api.md) · [All operations](https://skmtc.net/caliopen/apis/caliopen-http-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/caliopen/caliopen-http-rest-api/revisions/f32b5d08284d/schema)
