Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,771 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I run https://graph.microsoft.com/v1.0/me/chats?$expand=members
, I'm consistently getting email: null
for all of of my chat members. Why is this happening? The only workaround I have is to get the chats individually.
Another update: I see this issue on several endpoints:
* https://graph.microsoft.com/v1.0/me/chats?$expand=members
* https://graph.microsoft.com/v1.0/teams/{team id}/channels
* Shows up as empty string
* https://graph.microsoft.com/v1.0/teams/{team id}/members
This isn't an exhaustive list. These are just the endpoints I've found.