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

Path Parameters

    path stringrequired

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

  • Transfer-Encoding

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

Schema

    errorCode string
    questions string[]
Loading...