v1

latestOpenAPI 3.0.1Apache 2.02026-07-174811204.8 KB
projects

Add member to project

Add a new member to a specific project within an organization.

post/api/v1/orgs/organizations/{org_id}/projects/{project_id}/members/

Path parameters

org_idstring required

Unique identifier of the organization

project_idstring required

Unique identifier of the project

Request body

emailstring required

Email of the member to be added

rolestring required

Role of the member in the project

Response

User added to the project successfully

messagestring

Example response

{
  "message": "User added to the project successfully."
}