v1

latestOpenAPI 3.0.02026-07-24161215397.4 KB
Password

Change 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

put/api/v2/organizations/{orgSlug}/password

Path parameters

orgSlugstring required

organization slug

Request body

emailstring required

The email of your user.

oldPasswordstring required

The old password that you'd like to change.

newPasswordstring required

The new password you'd like to set.

Example request

{
  "email": "example@gmail.com",
  "oldPassword": "Pa$$w0rd",
  "newPassword": "NewPa$$w0rd"
}