Add collaborator

POST {{baseUrl}}/api/:projectId/collaborators/add

Add a collaborator to a project.

Request Body

{"usernameOrEmail"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}