Confluence 5.0 has reached end of life
Check out the [latest version] of the documentation
The Profile Picture macro displays a user's profile picture on a page.
- When viewing the page, mouse-over the picture to see the Hover Profile for the user.
- When editing the page, click on the picture and choose View User Profile to see the profile for the user.
The Profile Picture macro is useful for such tasks as creating Team Pages that show all members of a project team.
Using the Profile Picture Macro
To add the Profile Picture macro to a page:
Speeding up macro entry with autocomplete: To edit an existing macro: Click the macro placeholder and choose Edit. A macro dialog window will open, where you can edit the parameters of the macro.
Parameters
Parameters are options that you can set to control the content or format of the macro output. Where the parameter name used in Confluence storage format or wikimarkup is different to the label used in the macro browser, it will be listed below in brackets (example).
Parameter | Default | Description |
|---|---|---|
User | none | The username, or real name, of a Confluence user. |
Code examples
The following examples are provided for advanced users who want to inspect or edit the underlying markup for a Confluence page.
Macro name: profile-picture
Macro body: None.
Storage format example
<ac:structured-macro ac:name="profile-picture">
<ac:parameter ac:name="User">
<ri:user ri:userkey="12345678912345678912345"/>
</ac:parameter>
</ac:structured-macro>
Wiki markup
Wiki markup is not available for this macro. You cannot add this macro via wiki markup.

