Get Started
API backend
API system
More information

POST api/2.0/settings/userquotasettings This function requires authentication

Description

Saves the user quota settings specified in the request to the current portal.

Parameters
Name Description Type Example
EnableUserQuota
sent in body
Specifies if the quota settings are enabled or not System.Boolean
DefaultUserQuota
sent in body
Default user quota System.Int64
Example
POST api/2.0/settings/userquotasettings
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "EnableUserQuota": true,
  "DefaultUserQuota": 1234
}
Returns

Message about the result of saving the user quota settings