Users
Reset user password
Reset user password as an admin
post/api/admin/user-admin/reset-password
Request body
Example request
{
"id": "user@example.com"
}Response
resetPasswordSchema
Example response
{
"resetPasswordUrl": "https://unleash.reset.com"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.