Skip to main content

Reset user password

POST 

<your-unleash-url>/api/admin/user-admin/reset-password

Reset user password as an admin

Request

Responses

resetPasswordSchema

Authorization: Authorization

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

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