Project

Add project member

Adds a new member to a project. Project owners and managers can add new members. The new member must already be a member of the associated team if the project belongs to a team. Provides different levels of permissions: Member (1), Manager (2), Owner (3).

post/v1/projects/{projectId}/members

Path parameters

projectIdstring required

Unique identifier of the project to add a member to

Request body

projectIdstring
emailstring
userIdstring

Response

Created project member details

idstring
projectIdstring
teamIdstring
userstring
emailstring
firstnamestring
lastnamestring
imageUrlstring
deletedboolean
lastUpdateinteger
createdinteger
displayNamestring
initialsstring

Changes

No recorded changes to this endpoint across all 3 revisions of this API.