POST api/2.0/project/team
Returns the list of all users participating in the project with the ID specified in the request
Name |
Description |
Type |
Example |
ids
sent in body
|
Project IDs
|
System.Collections.Generic.List`1[System.Int32]
|
|
POST api/2.0/project/team
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"ids": [
1234
]
}