Forum Discussion
admin-CPH
Jul 28, 2022Brass Contributor
filter the users with the company name attribute
Hi I'm trying to get the users with the company name attribute 'COP' as : https://graph.microsoft.com/v1.0/users?$filter=companyName eq 'cop' &$count=true the error is : ...
- Jul 28, 2022
That's and "advanced query", so you need to add the consistencyLevel header.
VasilMichev
Jul 28, 2022MVP
That's and "advanced query", so you need to add the consistencyLevel header.