0
nidhinchandy created
Hello everyone,
I am using the below method to get the permissions of a user in an API. "await _permissionManager.GetAllForUserAsync(userId)"
Is there a way to get the permissions by passing list<userId>, for the better performance. Postgres is the backend used in my case.
ABP Framework version: v7.2.3
UI Type: Angular
Database System: EF Core (Postgres)
Tiered (for MVC) or Auth Server Separated (for Angular): no
Thanks for the reply
1 Answer(s)
-
0
Hi,
There is no such API, you need to extend
PermissionManager
.