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 [

  • answer string
    question string
  • ]

  • email string
    propertytosearch string

Responses

Validate Security Answers

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

  • X-Content-Type-Options

    string

Schema

    errorCode string
    validation string
Loading...