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:
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> |