group groupRef description

Available for: Content Management Server

Task: provides a string representation of the data of the group with the name name.

Additional information: The representation is formatted in the property list format of a dictionary.

Syntax:

group withName name description

Function parameters: none

Return value if successful: the string representation of the group data (string)

Necessary permissions: none

Example:

CM>group withName editors description
{
  globalPermissions = (
  );
  name = editors;
  owner = root;
  realName = Editors;
  users = (
    jane,
    michael
  );
}