Forum Discussion

admin-CPH's avatar
admin-CPH
Brass Contributor
Jul 28, 2022
Solved

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.