Here are some tips on how to add in a user profile picture on the dashboard. 1. Insert the script into the head of the Master Page to get the Current User Properties. 2. Normally the script should be like this to display the User Profile Picture on Dashboard. But the script has a problem is user...
Tag: Profile
Post
How to extract User Profile Picture from O365 into Custom List
Sometimes, we are not aware that some Sharepoint features exist until customer request it. Recently one of our customer request to retrieve users profile picture from O365 to Sharepoint custom list for the staff directory. By default, we can use SPServices to retrieve the user information. However, using SPServices requires the users to fill in the data...