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 :
That's and "advanced query", so you need to add the consistencyLevel header.
1 Reply
That's and "advanced query", so you need to add the consistencyLevel header.