GROUPINFO -- retrieve details about a group
Parameters
Parameter |
Description |
Default |
"groupname" |
Optional name of group |
|
expand |
Set false if users should not be expanded from nested groups. Default behavior is to expand all nested groups into a flat list of users. |
1 |
footer |
Footer for the list |
|
format |
Format of a single user or group in the list. -
$name expands to the group name, and (for users list only) -
$wikiname , $username and $wikiusername to the relevant strings. -
$allowschange returns 0 (false) or 1 (true) if the group can be modified by the group member being processed. - The standard FormatTokens are also supported.
|
|
header |
Header for the list |
|
limit |
If set, limits the number of results to this |
∞ |
limited |
If limit is set, and the list is truncated, this text will be added at the end of the list |
|
separator |
separator between items in the list |
, |
show |
filter the output list of Groups - can be set to all , allowschange , denychange , allowschange(UserWikiName) , denychange(UserWikiName) |
all |
zeroresults |
If set, and there are no Groups or Members that can be shown, the header and footer are suppressed, and this text is output |
undefined |

Note: GROUPINFO will not list members that are hidden from the current authenticated user. If the current user does not have VIEW authority for a user's topic, then the user will not be shown as a group member.
Examples
-
%GROUPINFO%
expands to AdminGroup, BaseGroup, ACTLawHbkGroup, AUCyberLawMapGroup, AUFederalSentencingGroup, AULawTeachingResourcesGroup, AustLIIGroup, AustLIIPapersGroup, BlogAdminGroup, BlogAuthorGroup, BooksGroup, CodespaceGroup, Covid19Group, Covid19WebStatsGroup, CyberLawGroup, DTS4A2JGroup, DataLexGroup, MedicoLegalBordersGroup, NTLawHbkGroup, NZACCLawHbkGroup, NZLIIWebStatsGroup, NZLawSGGroup, NobodyGroup, PLTX2040Group, QUTLWN713Group, RIArbToolkitGroup, SandboxGroup, TasLawHbkGroup, UTSCapstone2019Group, VicDiscrimLResGroup, WALawHbkGroup, WARTenancyLPGroup, WebStatsGroup
(comma-separated list of all groups)
-
%GROUPINFO{AdminGroup"}%
expands to Main.AdminUser, ChrisKenward, PhilipChung, JonesOlatunji
(comma-separated list of users in the requested group)
-
groupname
can optionally be qualified with the Main
prefix, any other web prefix will return an empty list.
USERINFO