As per the documentation, it supports filter but there is limited support:
The only supported $filter expression is for tracking changes on a specific object: $filter=id+eq+{value}.
You can filter multiple objects. For example, https://graph.microsoft.com/v1.0/users/delta/?$filter= id eq '477e9fc6-5de7-4406-bb2a-7e5c8****' or id eq '004d6a07-fe70-4b92-add5-e6e37****'
.
There is a limit of 50 filtered objects.
Please refer to this documentation for more details.
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.