Add a user to the team
|
POST api/2.0/project/{projectid}/team
|
Adds a user with the ID specified in the request to the selected project team.
|
Get a project team
|
GET api/2.0/project/{projectid}/team
|
Returns a list of all the users participating in the project with the ID specified in the request.
|
Get current and excluded team members
|
GET api/2.0/project/{projectid}/teamExcluded
|
Returns a list of all the current and excluded project team members.
|
Get team members of projects
|
POST api/2.0/project/team
|
Returns a list of all the users participating in the projects with the ID specified in the request.
|
Remove a user from the team
|
DELETE api/2.0/project/{projectid}/team
|
Removes a 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 to the user with the ID specified in the request from the selected project.
|
Update a project team
|
PUT api/2.0/project/{projectid}/team
|
Updates a project team with the user IDs specified in the request.
|