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
- application/json
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
- 200
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
- application/json
- Schema
- Example (from schema)
- Create Security Questions
Schema
errorcodenumber
Example:
0
msgstring
Example:
Success
{
"errorcode": 0,
"msg": "Success"
}
{
"errorcode": 0,
"msg": "Success"
}