Add a collaborator to a project within an organisation

POST {{baseUrl}}/api/organizations/:organizationId/add-project-collaborator

Add a new collaborator to a project owned by an organisation.

Request Body

{"projectId"=>"<number>", "userId"=>"<number>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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