Confluence 4.0 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
The User List macro displays a list of users registered in Confluence, based on their group membership. See also Configuring the User List Macro.
Using the User List Macro
ユーザー リスト マクロをページに追加するには:
パラメーター
When editing, you can click on the macro placeholder and choose Edit to display the parameters for this macro in the Macro Browser. Parameters are options that you can set for Confluence macros to control the content or format of the macro output. The table below lists parameters for this macro that can be set in the Macro Browser.
パラメーター | 既定 | 説明 |
---|---|---|
Group(s) | なし | Specifies one or more groups whose Confluence users you want to list, using a comma-separated list of group names. To see all users registered in a Confluence installation, specify an asterisk ('*') for this parameter's value. |
Display Online/Offline Users | なし | Select to generate a list of online users. Clear to generate a list of offline users. In order to make this feature functional, a System Administrator needs to enable the User Log In Listener for your Confluence site. |
List of online users can be misleading
When the Display Online parameter is used, Confluence uses a context listener to generate the list of online users. A context listener is a J2EE term for something that listens for events in the application server. We listen for session open and close events, so a user is 'online' if they have a session on the application server. Some application servers don't correctly despatch close events for sessions – in these cases, the list of online users may be misleading.
関連トピック
Working with Macros
Configuring the User List Macro in the Confluence Administrator's Guide
Take me back to the Confluence User's Guide.