Confluence 5.6 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.
The Profile Picture macro is useful for such tasks as creating Team Pages that show all members of a project team.
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 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. |
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.
<ac:structured-macro ac:name="profile-picture">
<ac:parameter ac:name="User">
<ri:user ri:userkey="12345678912345678912345"/>
</ac:parameter>
</ac:structured-macro>
Wiki markup is not available for this macro. You cannot add this macro via wiki markup.