POST api/2.0/project/{projectid}/team
Adds the user with the ID specified in the request to the selected project team
Name |
Description |
Type |
Example |
projectid
sent in url
|
Project ID
|
number
|
1234
|
userId
sent in body
|
ID of the user to add
|
guid
|
9924256A-739C-462b-AF15-E652A3B1B6EB
|
POST api/2.0/project/1234/team
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"userId": "9924256A-739C-462b-AF15-E652A3B1B6EB"
}