Why are my profile pictures not showing up?
The user images in ahead are provided by Microsoft Graph (additional information). If the user image cannot be retrieved a placeholder will be displayed.

β
Important: The user needs an exchange online license and a mailbox (additional information). In case you just enabled the mailbox and the image still doesnβt show up, make sure to upload the image again.
.png)
β
How to test if the user image can be read from Microsoft Graph
- Go to the Microsoft Graph Explorer.
- Sign in with your credentials.
- Run the query 'my profile' to find out your user ID
π https://graph.microsoft.com/v1.0/me/
β
.png)
β
- Run the query
π https://graph.microsoft.com/v1.0/users/[your-user-id]/photos/48x48/$value - If the response is β Failure β Status Code 404, ahead will display a placeholder image.
.png)
β
- If the response is βοΈ Success β Status Code 200, ahead will display the user image.
.png)