Category
Describe the feature
As title suggests. Is there any way to include batching with GetUserEffectivePermissionsAsync method? We have thousands of users emails as input and would want to check if they has access to the site to trigger notifications
Describe the solution you'd like
Access user object as input and allow them to be passed in batch to get true or false output for give permision kind
Additional context
This works great with PnP.Framework currently. However, unable to implement this with PnP Core.
