Forum Discussion

JAKQB_Admin's avatar
JAKQB_Admin
Qrew Trainee
7 years ago

Is there a way to allow for users to view the Users table without granting them the ability to ""Manage Users""?

I would like to grant users of a certain role the ability to view the list of Users registered within the app.  However, I do not want them to be able to "manage" the users (change roles, invite new users, etc).  I merely want them to be able to see those who are registered within the app; essentially a "view-only" version of the Users page.  Is this possible?  Or are there any workarounds that anyone has come up with?

1 Reply

  • If you just need to see a list of users, what about a user field set to all users in the application?

    If you need data in a table, you can maintain a User table of User and Role separately and have that view only for specific roles. Many solutions for custom permissions are based on a user table, however it does rely on both User management in the application and User management in the table.

    I assume you are looking for something more dynamic, or as a setting, but this is all I can offer. Let me know if that helps.