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[]
answerstring
Example:
kitty
questionstring
Example:
What is your first Pet name?
emailstring
Example:
john.doe@saviynt.com
propertytosearchstring
Example:
email
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
errorCodestring
Example:
0
validationstring
Example:
successful
{
"errorCode": "0",
"validation": "successful"
}
{
"errorCode": "0",
"validation": "successful"
}