function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bensondanielbensondaniel 

Profile Image

I am creating a visualforce page which will display the profile photo of the user in it.

Can someone help me reference it ?

MandyKoolMandyKool

Hi,

 

Could you please elaborate on what u want to achieve? 

 

 

bensondanielbensondaniel

Salesforce users have a profile photo displayed in the Home Tab.

I want to pull this photo onto my Visualforce page.

cloudcodercloudcoder

Profile image urls are stored on the the User object in the FullPhoto and SmallPhotoUrl fields.

 

You can also use the chatter Visualforce tags.