This page is outdated. Please see new page.

Userlister Macro

The Userlister macro has been updated for the Confluence 1.4 release to provide a greater range of flexibility. For convenience, the (outdated) Userlister Macro is provided below.

Usage:

{userlister:groups=group,...|online=true/false}

Description:

Display a list of Confluence users, from an optional set of groups

Example:

{userlister:groups=confluence-users|online=true}

Input:

groups: is an optional comma separated list of group names
online: is an optional true/false value to filter the users based upon there online status

Output:

Displays a table of user names and emails

Bundled with Confluence?:

Yes

Since:

1.4

Examples:

  • {userlister} List all users
  • {userlister:groups=confluence-users} List all users in group confluence-users
  • {userlister:groups=project1,project2} List all users in group project1 or project2
  • {userlister:online=true} List all users currently online (may not be 100% accurate)
  • {userlister:groups=confluence-users|online=true} List all currently online users in group confluence-users

1.3 Userlister Macro usage documentation

Usage:

{userlister:group-name}

Description:

Display a list of Confluence users, from an optional group

Example:

{userlister:confluence-users}

Input:

a group-name is optional and will restrict the user list to members of that group

Output:

Displays a table of user names and emails

Bundled with Confluence?:

Yes

Since:

1.3

  • No labels