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

    email string
    propertytosearch string

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

    errorCode string
    questions string[]
Loading...