Hello,
When using https://api.cryptlex.com/v3/users?email=john
, it doesn’t give any result if there is no exact match on email. Is it possible to have the email filtering on/users
working like the one on /licenses
? (the condition is “contains”, for example https://api.cryptlex.com/v3/users?email=john
will return a user with email="john.smith@comp.com").
Moreover, would it be possible also to add on /licenses
a filtering by user’s first and last name?
Regards,