Base solution for your next web application
Open Closed

Find all users with a specific permission #1799


User avatar
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)
  • User Avatar
    0
    hikalkan created
    Support Team

    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.