Auth0 is our "source of truth" for all users, and Permit is our "source of truth" for user roles. When we want to list users in a tenant via pagination in our UI, we first call Auth0 to get the first 50 users. Then, we have to get all users in the tenant because Permit does not offer an option to filter tenant users by ids. It would be nice to pass in a list of user keys to the listTenantUsers function to only get the relevant users from Permit.