API Guide
/api/GroupService/Actions/
GroupService.GroupsPrivilegesAction
POST method for GroupService.GroupsPrivilegesAction
This method returns the group privileges for the logged-in user.
Description Returns the group privileges for the user. To view the privileges of multiple groups, provide the group IDs
separated by a comma.
Privilege VIEW
HTTP response
codes
200
Example request
body
{
"GroupIds": [<comma_separated_group_ids>]
}
Example response
body
List of privileges for the user
{
"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 request
body
{
“IncludeLeafs”: true, // optional parameter, if not included then default
if false
“Privileges”: [[<comma_separated_list_of_privileges_names >] // ex.
Groups 291