Reset Password: Set Password

Schema for setting a new password during the password reset process.

Reset Password: Set Password

Title: Reset Password: Set Password

Typeobject
RequiredNo
Additional propertiesNot allowed

Description: Schema for setting a new password during the password reset process.

Example:

{
    "error": "Invalid credentials",
    "message": "Logout successful",
    "reset_token": "abc123xyz"
}
PropertyPatternTypeDeprecatedDefinitionTitle/Description
- errorNostringNo-Error
- messageNostringNo-Message
- reset_tokenNostringNo-Reset Token

1. Property Reset Password: Set Password > error

Title: Error

Typestring
RequiredNo

Description: Human-readable message to be displayed about an error that occurred

Example:

"Invalid credentials"

2. Property Reset Password: Set Password > message

Title: Message

Typestring
RequiredNo

Description: Human-readable message to display to the user. It being present is not indicative of an error

Example:

"Logout successful"

3. Property Reset Password: Set Password > reset_token

Title: Reset Token

Typestring
RequiredNo

Description: The token used to verify the password reset request

Example:

"abc123xyz"