Displaying all the users information that have access to a sub folder

General Server Forum (Inactive)
Displaying all the users information that have access to a sub folder Chidi  2018-08-01 06:08
Status: Closed
 

Hello,

For every subfolder, is there a way we can show the contact information of all the users or people who have access to it?

We tried using the contact web part (also called “Project Contacts”) and the information we followed can be found here https://www.labkey.org/Documentation/wiki-page.view?name=contacts. By default, the contact web part show all the users in the project. Our project has multiple subfolders and every user only has access to some folders. Is there a way we can make this web part show only the users in a given subfolder?

Thank you very much.

 
 
Jon (LabKey DevOps) responded:  2018-08-14 22:18
Hello,

Instead of using the Contacts web part that shows the Project Contacts, you could use a Query Web Part to show the contents of core.Users table for that specific subfolder.

https://www.labkey.org/Documentation/wiki-page.view?name=queryWebPart

The data would only be seen by users who are logged in and you can filter the view to only show specific users based on the columns displayed.

Regards,

Jon