cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Permissions of a user/group

rajesh_mangipud
New Contributor II

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

4 REPLIES 4

SpiroTaleski
Valued Contributor

@rajesh_mangipudi

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

rajesh_mangipud
New Contributor II

Thanks Spiro. So there isnโ€™t an in built tool and you suggest we build one ourselves?

Best,
Rajesh

SpiroTaleski
Valued Contributor

@rajesh_mangipudi

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.

image

BR.
Spiro Taleski

rajesh_mangipud
New Contributor II

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