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

    answereditablestring
    Example: false
    answerrequiredstring
    Example: true
    answertypestring
    Example: radio
    defaultvaluestring
    Example: sav123
    descriptionstring
    Example: desc....api
    endpointfieldstring
    Example: customproperty29
    questionstring
    Example: what is your employeeid?
    questionorderstring
    Example: 3
    sectionstring
    Example: Application Type
    updateuserstring
    Example: awsadmin

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

    errorcodenumber
    Example: 0
    msgstring
    Example: Success