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.

Using the Profile Picture Macro

To add the Profile Picture macro to a page:

Parameters

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