PasswordResetRequest Object
Contains information needed for a user's password reset request.
This object is used by the following operations:
- POST /api/login/authenticateWithPasswordResetCode (authenticate with password reset code)
The properties included in the PasswordResetRequest object are listed below.
Property | Type | Description |
---|---|---|
string | Email address. Must be a valid email address associated with a local account. | |
NewPassword | string | New password selected by the user. |
PasswordResetCode | string | Valid password reset code, previously sent to the same email account. |
UserIdentificationChallenge | UserIdentificationChallenge | Contains information about a user's answer to a specific user identification challenge question. |