---
title: "Reset password"
method: PATCH
path: "/users/password"
tags: ["Users"]
---

# Reset password

`PATCH /users/password`

Organization users will be able to access this endpoint only
if their organization has sso flow disabled.

## Request body

- object
  - `user` object, required
    - `password` string, required — The new password.
    - `password_confirmation` string, required — The confirmation of the new password.
    - `reset_password_token` string, required — The token provided in reset password email.

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable Content

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
