Trying to get users with startswith filter where property value is set to empty.
End Point : https://graph.microsoft.com/v1.0/users/?$count=true&$filter= startswith(displayName, '')
Expected Value : return empty list.
Actual Value : Error
{
"error": {
"code": "Request_UnsupportedQuery",
"message": "Unsupported or invalid query filter clause specified for property 'displayName' of resource 'User'.",
"innerError": {
"date": "2021-08-16T11:08:45",
"request-id": "00000000-0000-0000-0000-000000000000",
"client-request-id": "00000000-0000-0000-0000-000000000000"
}
}
