Hello @Aron Hegedus , I tested locally, and here is the manually method of using le
and ge
operators:
GET https://graph.microsoft.com/v1.0/users?$filter=businessPhones/any(p:p le '3')&$count=true
GET https://graph.microsoft.com/v1.0/users?$filter=businessPhones/any(p:p ge '3')&$count=true
and here is the documentation for evaluating matches on multi-valued properties:
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.