Role Set Enterprise View Sensitive Data Delegated To Enterprise Proxy

Role Set Enterprise View Sensitive Data Delegated To Enterprise Proxy

Grants enterprise view sensitive data access to the specified enterprise proxy.

Privileges required:

UPDATE ENTERPRISE_DELEGATION

Request
URI
POST
https://{api_host}/portal/rest/role/setEnterpriseViewSensitiveDataDelegatedToEnterpriseProxy
COPY
Request Body
Optional
{
    "isDelegated": false
}
Responses
200

Request was successfully processed

Returns set_delegated_result of type(s) application/json
"set_delegated_result Object"
boolean
isDelegated
Required

isDelegated


400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"isDelegated:"boolean"}' https://{api_host}/portal/rest/role/setEnterpriseViewSensitiveDataDelegatedToEnterpriseProxy