Cannot filter Users using Rest V10 filter API

Hello Folks,

I was recently using Sugar filter API to filter records from various modules by applying filters. It's working well with other modules but I am not able to get the correct result for Users module when trying to search with email address.

This is what I tried in my postman GET {{my_localhost_url}}/Users/filter?filter[0][email1]=hats.user@test.com but API is returning all the records irrespective of the search filter. I tried with [email] field as well, same result.

Is it because Users module is in BWC or am I missing something here? I really need this as I have to share this API with the integration partner.

Looking forward to some solution/ideas here.

Regards.

Hats