I need a way to query ALL the users that have one or more tags attached.
This way it is possible to syncronise users between Simplero and other systems.
My customer has 100.000 users and it is not feasible to query all of them every time to see if they contain a tag.
Use case:
My customer uses LogBuy to manage the users and give access to the application.
Instead of manually administer the user access I have made an integration that syncronizes the users.
Creates and deletes the users that has bought access to the product.
I have implemented it using tags but my customer has 100.000 users and this take a LOOOOONG time to query ALL users.
Therefor et would be way better to be able to query all users having an active purchase or having a tag attached.
I hope it makes sense.