Role Set Enterprise User Management Delegated To Operator

Role Set Enterprise User Management Delegated To Operator

Grants enterprise user access to the specified network operator. When enterprise user management is delegated to the operator, operator users are granted enterprise-level user management capabilities (user creation, password resets, etc.).

Privileges required:

UPDATE ENTERPRISE_DELEGATION

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

Request was successfully processed

This response body class contains all of the following: Inlinerole_set_enterprise_user_management_delegated_to_operator_result0
"role_set_enterprise_user_management_delegated_to_operator_result Object"

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