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

# Invite project collaborators

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

Invite users to collaborate on project or view the project

## Path parameters

- `project_id` integer, required

## Request body

- ProjectCollaboratorInvite
  - `role_name` 'viewer' | 'collaborator', required — Role of the the collaborator inside the project
  - `user_id` integer — User id of the collaborator
  - `email` string — Collaborator email
  - `comment` string — Text sent when inviting the user to the project

## Response `201`

Created

- ResponseMessage
  - `message` string, required — Response message text

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