$getGroupPermissions

Returns a list of all permission flags granted to the named group on the current branch.
Syntax
    $getGroupPermissions{group_name}
DocumentationReturns a list of all permission flags granted to the named group on the current branch:

    Parameters:
      group_name, the name of the group whos permission flags are requested.
    Returns:
      a '$\n' separeted list of all permissions granted to the named group on the current branch.
Examples
    $getGroupPermissions{admin_group}

    Result:
    lists all granted permissions of group "admin_group":
    for example: PERMISSION_DELETE_USER PERMISSION_CREATE_GROUP
    PERMISSION_MODIFY_USER...
GroupSecurity
Minimum required transaction-mode:READ
Required scripting permission of the developerPERMISSION_FL_ADMINISTRATIVE
Minimum parameters1
Maximum parameters 1