Validate User Security Answers
POST/validateSecurityAnswers
This API is used to validate the security answers of user with answers entered during registration
Mandatory params:
answers
- list of questions and answers to be validated
username
OR propertytosearch
- Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty
The Authorization
must have Bearer
followed by Token
.
Request
- application/json
Body
Array [
]
answers
object[]
answer string
question string
email string
propertytosearch string
Responses
- 200
Validate Security Answers
Response Headers
Date
string
Server
string
Set-Cookie
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Validate Security Answers
Schema
errorCode string
validation string
{
"errorCode": "0",
"validation": "successful"
}
{
"errorCode": "0",
"validation": "successful"
}
Loading...