Skip to main content

Reset user password

POST /api/admin/user-admin/reset-password

Reset user password as an admin

Request

Body

required

idSchema

  • id string required

    User email

Responses

resetPasswordSchema

Schema
  • resetPasswordUrl uri required

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

Loading...