Forum Discussion
IhorFJ
May 28, 2024Copper Contributor
Microsoft Graph API: can't filter by companyName
I am trying to filter users by the 'companyName' field and always receive a '400 Bad Request' error. As suggested in many similar issues, I added '$count=true' and the 'ConsistencyLevel=eventual' hea...
VasilMichev
May 28, 2024MVP
You need both the header and $count=true, your screenshots are missing the latter.
- IhorFJMay 28, 2024Copper Contributor
VasilMichev
same with $count=true- VasilMichevMay 29, 2024MVP
And the header?