ProjectUsersController_addUserToProject
POST/v1/organizations/:organizationId/projects/:projectId/users
ProjectUsersController_addUserToProject
Request
Path Parameters
organizationId stringrequired
projectId stringrequired
- application/json
 
Body
required
role stringrequired
Possible values: [ADMIN, DEVELOPER, TESTER]
The role of the user in the project
email stringrequired
Email address of the user
Responses
- 200
 - 201
 - 400
 - 404
 - 409
 
Role successfully assigned to user for project
Bad Request
User or Project not found
User already has a role in this project
Loading...