API Guide

"Privileges": [
"TEMPLATE_MANAGEMENT",
"SECURITY_SETUP",
"DEVICE_UPDATE",
"JOB_MANAGEMENT",
"BASELINE_MANAGEMENT",
"OPERATING_SYSTEM_DEPLOYMENT",
"POWER_CONTROL",
"DEVICE_CONFIGURATION",
"MONITORING_SETUP",
"POWER_MANAGEMENT",
"VIEW",
"APPLIANCE_SETUP"
]
}
/api/GroupService/Actions/
GroupService.GroupsByPrivilegesAction
POST method for GroupService.GroupsByPrivilegesAction
This method returns the groups and devices on which the user has the specified privileges.
Description
Returns the groups and devices on which the user has the specified privileges. To view the groups and devices for
multiple privileges, provide the privilege names separated by a comma.
Privilege VIEW
HTTP response
codes
200
Example
Input:
{
“IncludeLeafs”: true, // optional parameter, if not included then default
if false
“Privileges”: [[<comma_separated_list_of_privileges_names >] // ex.
[“DEVICE_UPDATE”]
}
Output:
List of groups on which the user the specified privilege.
Groups 225