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!