May 22 2024 05:34 AM
We have been working with the Microsoft Graph API to fetch the mail list of an external user using the following endpoint: https://graph.microsoft.com/v1.0/me/messages. However, we are encountering an issue with the response returned by the API. The response is as follows:
As you can see, the response does not include any list of mails. The value array is empty.
Could you please provide guidance on why this might be happening?
May 22 2024 05:37 AM