PUT api/2.0/project/{projectid}/team
Updates a project team with the user IDs specified in the request.
Name |
Description |
Type |
Example |
projectId
sent in url
|
Project ID
|
number
|
1234
|
participants
sent in body
|
List of user IDs
|
Collection of guids
collection
|
9924256A-739C-462b-AF15-E652A3B1B6EB
|
notify
sent in body
|
Notifies a project team about the updated project or not
|
Bool value
|
true
|
PUT api/2.0/project/1234/team
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"participants": [
"00000000-0000-0000-0000-000000000000"
],
"notify": true
}
Number of project participants