Group REST Endpoints

Group
The operations from the Group category.
Creates a group.
Method: post
Path: /oaa-policy/group/v1
Deletes the group
Method: delete
Path: /oaa-policy/group/v1/{groupid}
Get the group by groupid
Method: get
Path: /oaa-policy/group/v1/{groupid}
Gets groups for the agent.
Method: get
Path: /oaa-policy/group/v1
Updates the group
Method: put
Path: /oaa-policy/group/v1/{groupid}