---
title: "Request password reset"
method: POST
path: "/users/password"
tags: ["Users"]
---

# Request password reset

`POST /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
    - `email` string, email, required — The email of the user.
    - `domain` string, required — The domain of the organization.

## Response `204`

No 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)
