Hi, I'm Jiahao from Microsoft and we are using the graph API to get the MSA user profile. Recently we found that there is an error ErrorProfileNotFound that happens more frequently, could you please help me understand why this error happened and how can we handle this kind of error?
The API is https://graph.microsoft.com/beta/me/photo/$value
One sample response:
{"errorCode":"ErrorProfileNotFound","message":"Exception of type 'Microsoft.Fast.Profile.Core.Exception.ProfileNotFoundException' was thrown.","target":null,"details":null,"innerError":null,"instanceAnnotations":[]}
This is the trend of the exception:


