Office365 API - Pulling my userphoto
问题 I have a simple web app that for the past month or so the following was working: outlook.office365.com/api/beta/Me/userphotos('120x120')/$value but now it returns: {"error":{"code":"RequestBrokerOld-ParseUri","message":"Resource not found for the segment 'userphotos'."}} I get the same error if I try any of the following: https://outlook.office365.com/api/beta/Me/userphoto https://outlook.office365.com/api/beta/Me/userphotos https://outlook.office365.com/api/beta/Me/userphoto/$value It is