API Guide

Table Of Contents
"ParentId": 1021
}
}
/api/GroupService/Actions/GroupService.Clone
This URI represents cloning of a group.
POST method for GroupService.Clone
This method clones a group.
Description Clones a group.
Privilege GROUP_MANAGEMENT
HTTP response
codes
200
Example Request
Body
{
"Id": 3164,
"Name": "Test Group-My122-cloned",
"Description": "Test Group123-4",
"GlobalStatus": 0,
"DefinitionId": 0,
"ParentId": 12
}
/api/GroupService/Actions/GroupService.DeleteGroup
This URI deletes a group.
NOTE: It is recommended to delete not more than 100 groups at a time.
POST method for GroupService.DeleteGroup
This method deletes group(s).
Description
Deletes group(s).
Privilege GROUP_MANAGEMENT
HTTP response
codes
204
Example Request
Body
{"GroupIds": [5114]}
APIs specific to OpenManage Enterprise 581