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
Brian RomanowskiBrian Romanowski 

How do we get profile pictures from Active Directory into Salesforce?

Pretty straight forward. We have all our profile pictures in Active Directory and want to get them into Salesforce. Is there a way to sync them?
NagaNaga (Salesforce Developers) 
Hi Brian,

Is your user profile property "Picture" mapped to the correct AD attribute- "thumbnailPhoto" ?

To import Profile picture into Salesforce, you need to perform 3 things.

Map the picture attribute to ThumanailPhoto (Attribute)
Run the Full Sync
Now run the createThumbnail command to create the thumbnail.

Please let me know if this helps

Best Regards
Naga Kiran
Brian RomanowskiBrian Romanowski
I think you may be talking about identity connect. We don't have that. We use Okta for our authentication but that doesn't perform a sync.