Skip to main content

Hi there!

I'm working on a project that requires fetching the permissions of a user or user group for a collection of cards.

I'm aware of the api/v1/groups/{groupId}/collections endpoint, but this only works for groups. However, according to this announcement:

As of June 30, 2025, Groups are optional. You can decide to instead assign individual users to objects.

Given that, how can I use the Guru API to determine which individual users have access to a specific collection?

Thanks in advance!

I notice there is an endpoint https://api.getguru.com/api/v1/users/${user_email}/collections that returns a list of collections the user has permission to. The only issue is that this is not mentioned in the documentation so I do not know how reliable it is to build my systems around it 


Reply