API Guide
"MembershipTypeId":24,
"ParentId": 0
},
"GroupModelExtension" :{
"FilterId":0,
"ContextId":2,
"Conditions":[{
"LogicalOperatorId":1,
"LeftParen":false,
"FieldId":9,
"OperatorId":1,
"Value":"1000",
"RightParen":false
}]
}
}
/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,
APIs specific to OpenManage Enterprise 505