API Guide
"Value":"2000",
"RightParen": false
}]
}
}
Output:
19264
2.4.6 /api/GroupService/Actions/GroupService.UpdateGroup
POST
Description
Update a group
Privilege
GROUP_MANAGEMENT
HTTP Response Codes
200
POST Usage Examples
Input for static group:
{
"GroupModel":{
"Name":"Test Group Edit",
"Description":"",
"MembershipTypeId":12,
"ParentId":1914,
"Id":19214
}
}
Input for dynamic group:
{
"GroupModel":
{
"Id": 23664,
"Name": "test2b",
"Description": "GroupTest2b",
"GlobalStatus": 0,
"DefinitionId": 0,
"MembershipTypeId":24,
"ParentId": 0
},
"GroupModelExtension":
{
"FilterId":1,
"ContextId":2,
"Conditions":
[{
"LogicalOperatorId":1,
"LeftParen": false,
"FieldId":9,
"OperatorId":1,
"Value":"2000",
"RightParen": false
}]
}
}
Output:
19264
2.4.7 /api/GroupService/Actions/GroupService.Clone
POST
Description
Clone a group
Privilege
32
OpenManage Enterprise–Specific resource model