v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBPassword
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
Example request
{
"email": "example@gmail.com",
"oldPassword": "Pa$$w0rd",
"newPassword": "NewPa$$w0rd"
}