Get Started
API backend
API system
More information

PUT api/2.0/people/quota This function requires authentication

Description

Changes a quota limit for the users with the IDs specified in the request.

Parameters
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
Example
PUT api/2.0/people/quota
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "Quota": 1234
}
Returns

List of users with the detailed information