API Guide
"ChildGroupId": 2614
},
{
"ParentGroupId": 64,
"ChildGroupId": 19164
}
]
}
/api/GroupService/Actions/
GroupService.AddMemberDevices
POST method for GroupService.AddMemberDevices
This method adds a device as a member to a group.
Description Adds a device to a group.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
201
Example request
body
{
"GroupId": 100,
"MemberDeviceIds" : [1414, 1464, 1214, 1264]
}
/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",
294 Groups