Role Get Eligible Privileges For Customization
Gets list of privileges that are eligible for customization for the given role
Privileges required:
READ
ROLE_CUSTOMIZATION_PACKAGE
Request
URI
POST
https://{api_host}/portal/rest/role/getEligiblePrivilegesForCustomization
COPY
Request Body
Show optional properties
{
"roleId": 0
}
{
"roleId": 0,
"applicationId": 0
}
integer
roleId
Required
roleId
integer
applicationId
Optional
applicationId
Responses
200
Request was successfully processed
Returns
eligible_privileges_result
of type(s)
application/json
{
"allowPrivileges": [
{
"id": 0,
"object": "string",
"action": "string",
"privilege": "string",
"isDeny": 0,
"isAssociated": 0
}
],
"denyPrivileges": [
{
"id": 0,
"object": "string",
"action": "string",
"privilege": "string",
"isDeny": 0,
"isAssociated": 0
}
]
}
array of
object
allowPrivileges
Optional
allowPrivileges
array of
object
denyPrivileges
Optional
denyPrivileges
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"roleId:"integer"}' https://{api_host}/portal/rest/role/getEligiblePrivilegesForCustomization
Role Operations
POST
Role Apply Role Customization Package
POST
Role Get Eligible Privileges For Customization
POST
Get Role Customization Privileges
POST
Role Insert Role Customization Package
POST
Role Save N Apply Role Customization Package
POST
Role Set Enterprise Delegated To Enterprise Proxy
POST
Role Set Enterprise Delegated To Operator
POST
Role Set Enterprise Proxy Delegated To Operator
POST
Role Set Enterprise User Management Delegated To Operator
POST
Role Set Enterprise View Sensitive Data Delegated To Enterprise Proxy
POST
Role Set Enterprise View Sensitive Data Delegated To Operator