UserIdentificationChallenges Object
Contains information about one or more user identification challenge questions applicable to a specific user, and in some cases the answers also.
This object is used by the following operations:
- GET /api/businesses/{BusinessID}/challenges
- PUT /api/users/{UserID}/challenges
- Operations that reference the User object
The properties included in the UserIdentificationChallenges object are listed below.
Property | Type | Description |
---|---|---|
UserIdentificationChallenge | UserIdentificationChallenge[ ] | Contains information about a user's answer to a specific user identification challenge question. |