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
answereditable string
answerrequired string
answertype string
defaultvalue string
description string
endpointfield string
question string
questionorder string
section string
updateuser string
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
errorcode number
msg string
{
"errorcode": 0,
"msg": "Success"
}
{
"errorcode": 0,
"msg": "Success"
}
Loading...