azure-ad-graph-api

How to display user's image in Microsoft Graph using python

How to display user's image in Microsoft Graph using python Question: I tried using GET https://graph.microsoft.com/v1.0/me/photo/$value to get the user’s image/photo but it only returns an HTTP 200 status code. How can I get the binary data? I’ve also tried using the content.property as suggested in a similar post but get a .format is not …

Total answers: 4