Overview
The user info macro displays snippets of information about a user such as fullname and email.
Usage
Parameters
| Parameter |
Required |
Default |
Notes |
Bubbles Version |
| default |
|
|
What snippet of user information to display.
- fullname the user's full name
- username the user's username
- email the user's email address (format of email address depends on Confluence settings)
|
1.0 |
| user |
|
@creator |
Defines which user information is shown for:
- username – A specific user, specified by their user name
- @self – The currently logged in user
- @creator – The user that created the current page, blogpost or space
- @owner – The user that created the current space
|
1.0 |
| profileLink |
|
false |
If true the user information returned will be a link the user's profile |
1.0 |
Examples
The following markup will display a table of information for the user that created this page:
||Full name|{user-info:fullname}|
||User name|{user-info:username}|
||Email |{user-info:email} |
Results in:
| Full name |
Guy Fraser |
| User name |
gfraser |
| Email |
hidden |
FAQs
How do I display the user's picture?
Use the my-picture macro (which can be told to display the picture of another user).