Skip to main content

Create Security Questions

POST 

/createSavSecurityQuestions

This API is used to create security questions in Saviynt. The Authorization must have Bearer followed by Token. Mandatory params: question endpointfield section Optional Params: description, questionorder, answertype (by default 'FREETEXT'), answerrequired (by default 'false'), answereditable(by default 'true'), defaultvalue, updateuser

Request

Body

    answereditable string
    answerrequired string
    answertype string
    defaultvalue string
    description string
    endpointfield string
    question string
    questionorder string
    section string
    updateuser string

Responses

Create Security Questions

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Referrer-Policy

    string

  • Server

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

Schema

    errorcode number
    msg string
Loading...