Invite collaborators to a project
almost 2 years ago by Corey Collins
We have added new endpoints to invite collaborators to a project via the API:
Inviting a new company to collaborate
Here is how you can invite a user to a project:
POST /v2/projects/:id/invitations
Request Body
{
"permissions": [
"can_comment",
"can_use_todos",
"can_add_content",
"can_view_content"
]
}
To list the project invitations:
GET /v2/projects/:id/invitations
Managing Collaborators
To list the project collaborators:
GET /v2/projects/:id/collaborators