$getGroupOwner

Returns the name of the user who created the named group.
Syntax
    $getGroupOwner{group_name}
DocumentationReturns the name of the user who created the named group:

    Parameters:
      group_name, the name of the group whos owner is requested.
    Returns:
      the username of the owner of the named group.
Examples
    $getGroupOwner{guest}

    Result:
    returns owner of group "guest":
    for example: admin
GroupSecurity
Minimum required transaction-mode:READ
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1