Users-by-role API paging

Most API endpoints, which return lists, support paging. This is a good design decision. We have a use case scenario, where we need to retrieve users for a list of roles. Unfortunately the get-users-by-role EP (Auth0 Management API v2) accepts only one role. This forces us to invoke the EP multiple times to retrieve all users. This in turn, makes it impossible for us to support downstream paging (callers of our API).

Please add an endpoint (or modify the existing one) to return users for a list of roles.