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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}