Hi.
I couldn’t find how to perform the following queries, maybe someone will have ideas:
get all the users by role (like https://${AUTH0_DOMAIN}/api/v2/roles/${roleID}/users), but I want that the users will have all the fields, including metadata, like in the get user by ID.
In continue to #1, is it possible to query for list of role IDs and not only a single roleID?