Add to team
|
POST api/2.0/project/{projectid}/team
|
Adds the user with the ID specified in the request to the selected project team
|
Project team
|
GET api/2.0/project/{projectid}/team
|
Returns the list of all users participating in the project with the ID specified in the request
|
Project team
|
GET api/2.0/project/{projectid}/teamExcluded
|
Returns the list of all users participating in the project with the ID specified in the request
|
Project team
|
POST api/2.0/project/team
|
Returns the list of all users participating in the project with the ID specified in the request
|
Remove from team
|
DELETE api/2.0/project/{projectid}/team
|
Removes the user with the ID specified in the request from the selected project team
|
Set team security
|
PUT api/2.0/project/{projectid}/team/security
|
Sets the security rights for the user or users with the IDs specified in the request within the selected project
|
Updates project team
|
PUT api/2.0/project/{projectid}/team
|
Updates the project team with the users IDs specified in the request
|