Skip to main content

Generate reset password email

Reset user password, user will get an email with a link to page where they can update the password.

Query Parameters
    client_auth_token string required

    Client API token

Request Body
    email email

    user email

Responses

Successful response


Schema
    success boolean
    message string
Loading...