Project Users

Invite members to project

post/api/v1/projects/{projectId}/memberships

Path parameters

projectIdstring required

The ID of the project to invite the member to.

Request body

emailsstring[]

A list of organization member emails to invite to the project.

usernamesstring[]

A list of usernames to invite to the project.

roleSlugsstring[]

A list of role slugs to assign to the newly created project membership. If nothing is provided, it will default to the Member role.

Response

Default Response

Changes

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