In sharepoint on premise, when using /_api/SP.UserProfiles.PeopleManager/getpropertiesfor(@v)?@v=%27user\domain%27 a few users get pictureURL =null, but they have an image associated to their user profile in sharepoint...
Any idea?
In sharepoint on premise, when using /_api/SP.UserProfiles.PeopleManager/getpropertiesfor(@v)?@v=%27user\domain%27 a few users get pictureURL =null, but they have an image associated to their user profile in sharepoint...
Any idea?
Hi @Ware-4185 ,
Per my test, the property pictureURL is retrieved from the user profile service. You could go to admin center-> UPS_> manage user profiles, find the users's profile. Check if the property picture exists?

If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
So the picture exists in the profile, but you could not get it from the rest api?
Please try to remove the picture in the profile and add it again. Then test the result
I have removed the picture and added it again.
pictureURL is null for this user using the rest api
3 people are following this question.