Skip to main content

Reset password

POST 

<your-unleash-url>/auth/reset/password-email

Requests a password reset email for the user. This email can be used to reset the password for a user that has forgotten their password

Request

Bodyrequired

emailSchema

    emailstringrequired

    The email address

    Example: test@example.com

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/auth/reset/password-email' \
-H 'Content-Type: application/json' \
-H 'Authorization: <Authorization>' \
--data-raw '{
"email": "test@example.com"
}'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Body required
{
  "email": "test@example.com"
}
ResponseClear

Click the Send API Request button above and see the response here!