Skip to main content

Update Group

Updates the attributes on a group.

Signature: def groupupdate(cinfo)

Parameters:

  • cinfo['groupid'] - The group that should be updated

  • cinfo['attributes'] - Attributes that should be set on the group

Return Value:

  • ACSuccess 0

  • ACUnknownError 1

  • ACOperationNotSupported 2

  • ACInvalidGroup 12

Remarks:

The agent.stableId, agent.longId, agent.shortId and the agent.addGroupAttr callbacks should be used to return information on the updated group. See the callback section for full details on the individual callbacks.