Skip to main content
POST
Add project collaborators

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
integer
required

Body

application/x-www-form-urlencoded
usersIds
integer[]

Array of user IDs to add as collaborators

Response

Collaborators added successfully

message
string
Example:

"Collaborators added successfully"