0
it.soft.mgr created
Hi AspNet Zero support team,
Can we get all users in specific tenantId? Or get all users of the application as admin of the host ([email protected])? When I use UserManager I only get the current user info. Please give us your advice.
2 Answer(s)
-
0
you can disable tenant filters (
IMustHaveTenant
/IMayHaveTenant
) when you callUserManager
.See https://aspnetboilerplate.com/Pages/Documents/Data-Filters#disable-filters
-
0
Thanks ryancyq, as link you provided, I searched and find my solution in here: https://aspnetboilerplate.com/Pages/Documents/Abp-Session