Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Retrieve user photo with Office365 REST API

I am using Office365 REST API to get details about my contacts, but I noticed there is no information about user's profile picture in the response.
I suppose I need to retrieve in some other way, but I wasn't able to figure out how.
Any suggestion?

like image 667
pasine Avatar asked Feb 11 '23 10:02

pasine


1 Answers

Right now, the REST APIs don't support contact photos or user profile photos. We're working on adding that soon. Keep an eye on our blog or follow me on @JasonJohMSFT) for announcements regarding new features.

UPDATE: The User Photo API is now in preview: https://msdn.microsoft.com/office/office365/APi/photo-rest-operations

like image 141
Jason Johnston Avatar answered Feb 20 '23 11:02

Jason Johnston