---
title: "Get Document Team Collaborator"
method: GET
path: "/v1/documents/{id}/shares/teams/{teamId}"
tags: ["Documents Collaboration"]
---

# Get Document Team Collaborator

`GET /v1/documents/{id}/shares/teams/{teamId}`

Returns information about the given team's collaboration on the given document, including the team's access and collaboration permissions.

## Path parameters

- `id` string, uuid, required
- `teamId` number, required

## Response `200`

OK. Returns a Document Team Collaborator Resource containing information about the team's collaboration settings.

- DocumentTeamCollaborator
  - `documentId` string, uuid, required — Document ID
  - `teamId` integer, required — Team 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. Occurs if the app making the request does not have permission for the document, or if the document has been deleted or does not exist.
- `404` — Not Found. Occurs when a team with the specified ID can not be found or does not have collaborator access to the document.

---

[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)
