Remove Entitlement From Role
POST/removeEntitlementsFromRole
This API removes entitlement from role.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
rolename
or rolekey
(if both are passed then rolekey will be considered), entitlements
(within list of entitlements entitlementvalue, entitlementtype, endpoint are mandatory)
Optional params:
requestor
, comments
Request
- application/json
Body
Array [
]
commentsstring
Example:
removed using API
entitlements
object[]
endpointstring
Example:
Oracle
entitlementtypestring
Example:
OEBS-Responsibility
entitlementvaluestring
Example:
FIXED_ASSET_INQUIRY_TECH_IN
requestorstring
Example:
admin
rolekeystring
Example:
115
rolenamestring
Example:
Lambda_CreateAlarm
Responses
- 200
Remove Entitlement From Role
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)
- Remove Entitlement From Role
Schema
errorcodenumber
Example:
0
msgstring
Example:
success
{
"errorcode": 0,
"msg": "success"
}
{
"errorcode": 0,
"msg": "success"
}