---
title: "Change password"
method: PUT
path: "/api/v2/organizations/{orgSlug}/password"
tags: ["Password"]
---

# Change password

`PUT /api/v2/organizations/{orgSlug}/password`

Changes the password of the user associated with the entered email. 
            No notifications will be sent after this action is performed. 

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

## Path parameters

- `orgSlug` string, required

## Request body

- ChangePasswordDto
  - `email` string, required — The email of your user.
  - `oldPassword` string, required — The old password that you'd like to change.
  - `newPassword` string, required — The new password you'd like to set.

## Response `204`

---

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