Skip to main content

ResetPasswordRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/ResetPasswordRequestBody.json
newPasswordstringrequired

New password

tokenstringrequired

Reset token from email

ResetPasswordRequestBody
{
"$schema": "https://example.com/schemas/ResetPasswordRequestBody.json",
"newPassword": "string",
"token": "string"
}