Sets New Password

Sets New Password

POST /accounts/reset-password

Set new password for user. Can be used with empty password field to validate resetId

Request Body

NameTypeDescription

resetID*

String

Reset ID

password*

String

Password

{
  "success": true,
  "valid": true
}

Last updated