Role Set Enterprise Delegated To Enterprise Proxy

Role Set Enterprise Delegated To Enterprise Proxy

Grants enterprise access to the specified enterprise proxy (partner). When an enterprise is delegated to a proxy, proxy users are granted access to view, configure, and troubleshoot Edges owned by the enterprise. As a security consideration, proxy Support users cannot view personally identifiable information.

Privileges required:

UPDATE ENTERPRISE_DELEGATION

Request
URI
POST
https://{api_host}/portal/rest/role/setEnterpriseDelegatedToEnterpriseProxy
COPY
Request Body

Show optional properties

{
    "isDelegated": false
}
{
    "enterpriseId": 0,
    "enterpriseProxyId": 0,
    "isDelegated": false
}
integer
enterpriseId
Optional

enterpriseId

integer
enterpriseProxyId
Optional

enterpriseProxyId

boolean
isDelegated
Required

isDelegated

Responses
200

Request was successfully processed

This response body class contains all of the following: Inlinerole_set_enterprise_delegated_to_enterprise_proxy_result0
{
    "isDelegated": false
}

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/setEnterpriseDelegatedToEnterpriseProxy