Hello,
I'm trying to use the graph api to filter users using the field employeeType. In the documentation, it says this field supports $filter: https://docs.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0.
When I try this call: https://graph.microsoft.com/v1.0/users/?$filter=employeeType eq 'test'
It doesn't work. I get the error: Unsupported or invalid query filter clause specified for property 'employeeType' of resource 'User'.
Any idea why? The same thing happens in beta.
Thank you.