Authorizations
Default authentication mechanism
Path Parameters
The ID or name of the Project.
Example:
"prj_pavWOn1iLObbXLRiwVvzmPrTWyTf"
Query Parameters
The Team identifier to perform the request on behalf of.
Example:
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
Example:
"my-team-url-slug"
Body
application/json
The ID of the team member that should be added to this project.
Maximum length:
256
Example:
"ndlgr43fadlPyCtREAqxxdyFK"
The project role of the member that will be added.
Available options:
ADMIN
, PROJECT_DEVELOPER
, PROJECT_VIEWER
Example:
"ADMIN"
The username of the team member that should be added to this project.
Maximum length:
256
Example:
"example"
The email of the team member that should be added to this project.
Example:
"entity@example.com"
Response
Responds with the project ID on success.