Create Group
Creates a new group.
Signature: def groupcreate(cinfo)
Parameters:
cinfo['groupid'] - Identifier for the group that should be created
cinfo['attributes'] - Attributes that should be set on the new group
Return Value:
ACSuccess 0
ACUnknownError 1
ACOperationNotSupported 2
ACObjectAlreadyExists 6
Remarks:
The agent.stableId, agent.longId, agent.shortId and the agent.addGroupAttr callbacks should be used to return information on the newly created group. See the callback section for full details on the individual callbacks.