Enterprise Proxy Get Enterprise Proxy Capabilities
Gets all partner capabilities (e.g. role customization,, etc.) currently enabled/disabled for the specified partner.
Privileges required:
READ
PROXY
Request
URI
POST
https://{api_host}/portal/rest/enterpriseProxy/getEnterpriseProxyCapabilities
COPY
Request Body
{
"enterpriseProxyId": 0
}
integer
enterpriseProxyId
Optional
enterpriseProxyId
Responses
200
Request was successfully processed
Returns
enterprise_proxy_get_enterprise_proxy_capabilities_result
of type(s)
application/json
{
"enableRoleCustomization": false
}
boolean
enableRoleCustomization
Optional
enableRoleCustomization
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/enterpriseProxy/getEnterpriseProxyCapabilities