Access Keys:
Skip to content (Access Key - 0)
Home (Access Key - 1)
All spaces... (Access Key - 3)
Log in (Access Key - 5)
Sign up (Access Key - 6)
Toggle Sidebar

user-info macro


Overview

The user info macro displays snippets of information about a user such as fullname and email.

Usage

{user-info:@self}

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?

Toggle Sidebar

See Also

Incoming Links


Outgoing Links


Added by Guy Fraser on Aug 17, 2007 05:47, last edited by Guy Fraser on Jul 11, 2008 13:49

Adaptavist Theme Builder Powered by Atlassian Confluence