How can I get list of users/groups that have access to a Shared Folder?

Is there a System Activity Explore or API method to retrieve the users/groups/etc and their permissions (view/manage access/edit) for a given Shared Folder?

Have you installed the extension API Explorer? This gives a really helpful list of all the endpoints, which you can test using the ‘Run It’ button.

If you navigate in the API Explorer to Methods > Folder > Get All Folders, you will find a link to a Python script in GitHub that outputs access for each folder (folder_permission_access.py). You cannot achieve this using the System Activity Explores, you will need to use the API.

yep I got the API Explorer but I didn’t notice that example. Thanks!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.