API: Filtering user by email and licenses by name

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,

Hi,

In case of users you can use:’

https://api.cryptlex.com/v3/users?query=john

We will see to it.