Forum Discussion
Mikel_17
Jan 19, 2022Copper Contributor
User Photo URL
Hello I hope you can help me with a question, we developed a web part that shows the user's photo, the photo is obtained from "https://tenant.sharepoint.com/_layouts/15/userphoto.aspx?size=M&username...
Jan 19, 2022
Hello,
I tested on my tenant and could get my own and others' photos, why do you say your users don't have access to the url?
I tested on my tenant and could get my own and others' photos, why do you say your users don't have access to the url?
- Mikel_17Jan 19, 2022Copper Contributor
Access to the site (https://tenant.sharepoint.com) was disabled for tenant users, since it is a site that is not being used, only global administrators have access to that site. With users who are global administrators the webpart works without problems. The webpart does is to look for the user's photo to display it, but since the user does not have access to the site (https://tenant.sharepoint.com), the webpart fails. We gave access to the site (https://tenant.sharepoint.com) to a user with the problem, and immediately the web part worked correctly. So we are checking if the user's photo can only be obtained from the tenant's site (https://tenant.sharepoint.com)
- Jan 19, 2022Oh I understand better now
Idk how complex is the webpart however, maybe you will need to explore the Graph API to get the Profile Photo?
https://docs.microsoft.com/en-us/graph/api/profilephoto-get?view=graph-rest-1.0