You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Userlister macro displays a list of Confluence users from an optional set of groups.

:

{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?:

はい

Since:

1.4

例:

  • {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
  • ラベルなし