v1

latestOpenAPI 3.0.02026-07-24161215397.4 KB
Password

Reset password

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

post/api/v2/organizations/{orgSlug}/password/reset

Path parameters

orgSlugstring required

organization slug

Request body

emailstring required

The email of the user whose password needs to be reset.

Example request

{
  "email": "example@gmail.com"
}