v2
OpenAPI 3.0.22026-07-31424560.1 KBUser V2
resetPassword
Set a new password using a reset token from the password reset email. The token is single-use and time-limited.
post/v2/users/public/resetPassword
Request body
Example request
{
"email": "test@example.com"
}Response
Password reset successfully
Example response
{
"success": true
}