Skip to main content

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

Body

    answers

    object[]

  • Array [

  • answerstring
    Example: kitty
    questionstring
    Example: What is your first Pet name?
  • ]

  • emailstring
    Example: john.doe@saviynt.com
    propertytosearchstring
    Example: email

Responses

Validate Security Answers

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

  • X-Content-Type-Options

    string

Schema

    errorCodestring
    Example: 0
    validationstring
    Example: successful