03-20-2023 11:28 AM
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
03-21-2023 01:59 AM
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
03-21-2023 10:16 AM
Thanks Spiro. So there isn’t an in built tool and you suggest we build one ourselves?
Best,
Rajesh
03-22-2023 03:01 AM
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
03-22-2023 08:57 AM
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