v3
latestOpenAPI 3.0.22026-08-04424560.5 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
}