Skip to main content

Reset user password

POST 

https://us.app.unleash-hosted.com/ushosted/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

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L 'https://us.app.unleash-hosted.com/ushosted/api/admin/user-admin/reset-password' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
--data-raw '{
"id": "user@example.com"
}'
Request Collapse all
Base URL
https://us.app.unleash-hosted.com/ushosted
Auth
Body required
{
  "id": "user@example.com"
}
ResponseClear

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