0
reddogaw created
Hi,
I need to locate all users that have a specific permission (either via their role or directly) in order to send them a targeted notification.
Can you think of any easy way to achieve this?
Thanks!
1 Answer(s)
-
0
Hi,
It's already implemented in the application. Go to users page, click to Show advanced filters then you can filter users by permission. You can check UserAppService.GetUsers to see it's implementation.