Hi @Michael Brown
Thanks for sharing your solution, it seems that including $top=50
in the query is the root cause of this issue.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I am trying to retrieve the chat id of a group, containing multiple members (i.e, memebers x , y and Z)
When using the graph api query, sometimes I receive a response back, and sometimes the response is null.
The behavior is very intermittent.
Here is a sample of the query that I am running:
https://graph.microsoft.com/v1.0/users/serviceAccountMember/chats?$expand=members&$filter=chatType eq 'group' and members/any(p:p/microsoft.graph.aadUserConversationMember/email eq 'memberA@mycompany.com') and members/any(p:p/microsoft.graph.aadUserConversationMember/email eq 'memberB@mycompany.com') and members/any(p:p/microsoft.graph.aadUserConversationMember/email eq 'serviceAccountMember@mycompany.com')
Any ideas of what could be happening?
Can the query be optimized better, or is this kind of expected behavior with Graph API?
Hi @Michael Brown
Thanks for sharing your solution, it seems that including $top=50
in the query is the root cause of this issue.