API Guide

GROUP_MANAGEMENT
HTTP Response Codes
200
POST Usage Examples
Input:
{
"Id":19164,
"Name":"s1 Clone",
"Description":"",
"ParentId":1914
}
Output:
39564
2.4.8 /api/GroupService/Actions/GroupService.AddMemberDevices
POST
Description
Add devices to a group
Privilege
GROUP_MANAGEMENT
HTTP Response Codes
204
POST Usage Examples
Input:
{
"GroupId": 8814,
"MemberDeviceIds": [5064]
}
2.4.9 /api/GroupService/Actions/GroupService.RemoveMemberDevices
POST
Description
Remove devices(s) from a group
Privilege
GROUP_MANAGEMENT
HTTP Response Codes
204
POST Usage Examples
Input:
{
"GroupId":39564,
"MemberDeviceIds": [
4864
]
}
2.4.10 /api/GroupService/Actions/GroupService.AddUserToGroups
POST
Description
Add users to a group
Privilege
GROUP_MANAGEMENT
OpenManage Enterprise–Specific resource model
33