Confluence 5.7 has reached end of life
Check out the [latest version] of the documentation
You can use the Profile Picture macro to display a user's profile picture on a page, and it's useful for things like creating team pages that show all members of a project team.
Hover your mouse-over the picture to see the Hover Profile for the user, and choose the user's picture or name to view their user profile. When editing the page, you can also select the macro and choose View User Profile to see the profile for the user.
Speeding up macro entry with autocomplete: Type { and the beginning of the macro name, then select the macro from a list of suggested macros. For more information, see Using Autocomplete.
The following example is 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.