---
title: "Get Folder Group Collaborator"
method: GET
path: "/v1/folders/{id}/shares/groups/{groupId}"
tags: ["Folders Collaboration"]
---

# Get Folder Group Collaborator

`GET /v1/folders/{id}/shares/groups/{groupId}`

Retrieves information about a group's 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.

## Path parameters

- `id` number, required
- `groupId` number, required

## Response `200`

OK with a Folder Group Collaborator Resource containing information about the group's collaboration access on the folder.

- FolderGroupCollaborator
  - `folderId` integer, required — Folder ID
  - `groupId` integer, required — Group ID
  - `role` 'owner' | 'editandshare' | 'edit' | 'comment' | 'view', required — The Collaborator Role on the document or folder
  - `created` string, date-time, required — Date and time when the collaboration was created

## Other responses

- `403` — Forbidden if the token does not have access to the folder, or if the folder has been deleted or does not exist.
- `404` — Not Found when the group does not have direct collaborator access to the folder.

---

[API](https://skmtc.net/lucid/apis/lucid-rest-api.md) · [All operations](https://skmtc.net/lucid/apis/lucid-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lucid/lucid-rest-api/revisions/6a32cb9e1aa7/schema)
