Skip to main content

Fetch User Security Questions

POST 

/fetchSavUserQuestions

This API can be used to fetch the security questions selected by user during registration Mandatory params: username OR propertytosearch- Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty The Authorization must have Bearer followed by Token.

Request

Body

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

Responses

Fetch User Security Questions Example2 / Fetch User Security Questions Example1

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

  • X-Content-Type-Options

    string

Schema

    errorCodestring
    Example: 0
    questionsstring[]
    Example: ["What is your favorite food?","What is your pet's name?","What is your mother's maiden name?","What is your favorite color?"]