Profile Picture Macro

Still need help?

The Atlassian Community is here for you.

Ask the community

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.

Add the Profile Picture Macro

  1. In the Confluence editor, choose Insert > Other Macros
  2. Find and select the 'Profile picture' macro
  3. Search for and select the user and choose Save


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.

tip/resting Created with Sketch.

Here's an example of how to use the Profile Picture macro: How to build a release planning page in Confluence.

Code examples

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.

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.

Last modified on Dec 2, 2015

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.