PUT api/2.0/people/quota
Changes a quota limit for the users with the IDs specified in the request.
Name |
Description |
Type |
Example |
UserIds
sent in body
|
List of user IDs
|
System.Collections.Generic.IEnumerable{System.Guid}
|
|
Quota
sent in body
|
User quota
|
System.Int64
|
|
PUT api/2.0/people/quota
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"Quota": 1234
}
List of users with the detailed information