API Guide
}]
}
}
/api/GroupService/Actions/GroupService.UpdateGroup
This URI represents the updates to a group.
PUT method for GroupService.UpdateGroup
This method updates a group.
Description Updates a group.
Privilege GROUP_MANAGEMENT
HTTP response
codes
200
Example Request
Body
{
"GroupModel": {
"Id":25003,
"Name": "Name update",
"MembershipTypeId": 12,
"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.
APIs specific to OpenManage Enterprise 535