PasswordResetResponse Object
Contains information for the response to a user's password reset request.
This object is used by the following operations:
- POST /api/login/authenticateWithPasswordResetCode (authenticate with password reset code)
- POST /api/passwordmanagement/validatePasswordResetCode (does not support security challenge questions)
- POST /api/passwordmanagement/validatePasswordResetCode (supports security challenge questions)
The properties included in the PasswordResetResponse object are listed below.
Property | Type | Description |
---|---|---|
emailAddress | string | The user's email address. |
userName | string | The username. |
Reset status | string | The value for the password reset status. For example: user.password.reset.valid.answer. For valid values, see Reset Status Values (for password reset). |
UserIdentificationChallenge | UserIdentificationChallenge | Contains information about a user's answer to a specific user identification challenge question. |