Create Technical Rules
POST/rules/technical
Starting with Release v23.11, you can use this REST API to effortlessly create new technical rules.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
ruleName
-detective
-birthright
-conditions
-actions
-removeBirthrightAccess
Optional params:
ruleDescription
-status
-organization
-owners
-ruletype
Request
- application/json
Body
Array [
]
Array [
]
Array [
]
actions
object[]
objectstring
Example:
Account
objectAttributestring
Example:
Assign
objectTypestring
Example:
EO_EP1
organizationstring
Example:
birthrightboolean
Example:
true
conditions
object[]
attributestring
Example:
username
closeBracketstring
Example:
conditionstring
Example:
CONTAINS
conditionTypestring
Example:
Basic
nextConditionstring
Example:
OR
objectstring
Example:
Users
objectValuestring
Example:
dhruv
openBracketstring
Example:
detectiveboolean
Example:
true
owners
object[]
ranknumber
Example:
1
usernamestring
Example:
100121
removeBirthrightAccessboolean
Example:
true
ruleDescriptionstring
Example:
Will use this to import rule using api
ruleIdnumber
Example:
0
ruleNamestring
Example:
TESTRULEoct17
ruleTypenumber
Example:
1
statusstring
Example:
ACTIVE
Responses
- 200
Creating Technical Rules
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Content-Security-Policy
string
Date
string
Expires
string
Permissions-Policy
string
Referrer-Policy
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Creating Technical Rules
Schema
msgstring
Example:
Rule Insterted Successfully
{
"msg": "Rule Insterted Successfully"
}
{
"msg": "Rule Insterted Successfully"
}