I’m trying to create a rule that adds a users roles inside it’s object which I would like to have baked in when calling: https://auth0.github.io/node-auth0/module-management.ManagementClient.html#getUsers
Getting a list of users and then calling https://auth0.github.io/node-auth0/module-management.ManagementClient.html#getUserRoles is not optimal since calls are needed to be done.
How do I get the roles inside the return object for the list of users?