v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
projects

Invite project collaborators

Invite users to collaborate on project or view the project

post/account/projects/{project_id}/collaborators

Path parameters

project_idinteger required

Project unique identifier

Request body

role_name'viewer' | 'collaborator' required

Role of the the collaborator inside the project

user_idinteger

User id of the collaborator

emailstring

Collaborator email

commentstring

Text sent when inviting the user to the project

Example request

{
  "role_name": "viewer",
  "user_id": 100008,
  "email": "user@domain.com",
  "comment": "hey"
}

Response

Created

messagestring required

Response message text

Example response

{
  "message": "Project 1 has been published"
}