UserIdentificationChallenge Object
Contains information about a user's answer to a specific user identification challenge question.
This object is used by the following operations:
- Operations that reference the PasswordResetRequest object
- Operations that reference the UserIdentificationChallenges object
The properties included in the UserIdentificationChallenge object are listed below.
Property | Type | Description |
---|---|---|
UserID | string | The unique ID for a specific user. |
ChallengeCode | string |
The unique ID for a specific security challenge question. For valid values, see Security Challenge Questions. Max length: 255 chars. |
ChallengeQuestion | string | The challenge question. |
Answer | string |
The answer that the user has provided for the challenge question. Not included in the response when retrieving the challenges available for the user, only when adding the user's response to the questions the user has selected. Max length: 2048 chars. |