Skip to main content

Reset user password

POST 

/api/admin/user-admin/reset-password

Reset user password as an admin

Request

Body

required

idSchema

    id stringrequired

    User email

    Example: user@example.com

Responses

resetPasswordSchema

Schema

    resetPasswordUrl urirequired

    A URL pointing to a location where the user can reset their password

    Example: https://unleash.reset.com
Loading...