v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Users

Reset user password

Reset user password as an admin

post/api/admin/user-admin/reset-password

Request body

idstring required

User email

Example request

{
  "id": "user@example.com"
}

Response

resetPasswordSchema

resetPasswordUrlstring uri required

A URL pointing to a location where the user can reset their password

Example response

{
  "resetPasswordUrl": "https://unleash.reset.com"
}