Hi,
I have users grouped into groups and permissions to each of the project folders are assigned to groups. Is there a way to query the list of folders a user / group has access and the permissions they have?
Best,
Rajesh
Hi,
I have users grouped into groups and permissions to each of the project folders are assigned to groups. Is there a way to query the list of folders a user / group has access and the permissions they have?
Best,
Rajesh
The public API’s for Users and Groups may helps you.
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/2483618256/User+and+Group+APIs
BR,
Spiro Taleski
Thanks Spiro. So there isn’t an in built tool and you suggest we build one ourselves?
Best,
Rajesh
Using the API you can programmatically get the details.
But also, in the platform itself, you can see the permissions(type of the permission, which user/group have an access to that project etc.) for every project inside the org.
BR.
Spiro Taleski
Thanks, Spiro. Yes I am well aware of that feature. But what I am looking for is a mapping between the user/group - project folder - permissions, instead of checking of every folder. I will use the API to get that then.
Best,
Rajesh