get https://api.lucid.co/folders//shares/groups
Lists all groups that have direct collaborator access to a given folder.
- A group having access to a folder through one of the folder's ancestors will not be shown through this API.
This endpoint is paginated. For more information, see Pagination .
Valid Authentication Methods
API Key Grants:
- FolderRead
OAuth 2.0 User Token Scopes:
- folder
- folder:readonly
Responses
403Forbidden if the token does not have access to the folder, or if the folder has been deleted or does not exist.