---
title: "List project collaborators"
method: GET
path: "/account/projects/{project_id}/collaborators"
tags: ["projects"]
---

# List project collaborators

`GET /account/projects/{project_id}/collaborators`

List Project collaborators and invited users

## Path parameters

- `project_id` integer, required

## Response `200`

OK. List of Collaborators

- ProjectCollaborator[]
  - `status` string, required — Status of collaborator invitation
  - `role_name` string, required — Collaborator role
  - `user_id` integer, required — Collaborator id
  - `name` string, required — Collaborator name

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/figshare/apis/figshare-api.md) · [All operations](https://skmtc.net/figshare/apis/figshare-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/figshare/figshare-api/versions/9dfb419f4430/schema)
