Skip to main content
Hi everyone! Anyone knows if there is an API endpoint where I can get the groups that have access to a collection? I tried all options on API reference page and the Guru SDK
I believe the easiest way to figure this out is to go the other way and check which collections a group has access to. If you looped over all of your groups, you could create a new collection object with the associated groups. Just guessing., but this might be similar to the way that the collection management page works.

```Get the IDs: https://api.getguru.com/api/v1/groups

and then: https://api.getguru.com/api/v1/groups/groupID/collections```

Hope this helps!
Nailed it @dillon :thankyou:
Dillon, you are the #1 thank you very much! DidnĀ“t know of the existence of that last endpoint!
And thank you Mary for being always there haha

Reply