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 [
]
comments string
entitlements
object[]
endpoint string
entitlementtype string
entitlementvalue string
requestor string
rolekey string
rolename string
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
errorcode number
msg string
{
"errorcode": 0,
"msg": "success"
}
{
"errorcode": 0,
"msg": "success"
}
Loading...