---
title: "Reset password"
method: POST
path: "/api/v2/organizations/{orgSlug}/password/reset"
tags: ["Password"]
---

# Reset password

`POST /api/v2/organizations/{orgSlug}/password/reset`

Sends an email to the associated user that contains a link, which can be used to reset said user's password. 

 Required scopes: `flex.user.password.update`

## Path parameters

- `orgSlug` string, required

## Request body

- ResetPasswordDto
  - `email` string, required — The email of the user whose password needs to be reset.

## Response `204`

---

[API](https://skmtc.net/officernd/apis/authentication-api.md) · [All operations](https://skmtc.net/officernd/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/officernd/authentication-api/versions/6bcd33dc648e/schema)
