# Update email account's quota This function changes an email address's quota. Endpoint: GET /Email/edit_pop_quota Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `domain` (string, required) The email account's domain. Defaults to the cPanel account's main domain. Example: "example.com" - `email` (string, required) The email account username. Example: "user" - `quota` (string) The maximum amount of disk space that the new email account may use. Defaults to the system value. * A positive integer that represents the maximum amount of disk space, in megabytes (MB). You enter a value that exceeds the maximum email quota. * or — The account possesses unlimited disk space. If the email account's quota value is set higher (or unlimited) than the account's max quota, the account's max quota will be applied instead of the value entered. This value is only available to users without a maximum email account quota. Example: "500" ## Response 200 fields (application/json): - `apiversion` (integer) The version of the API. Example: 3 - `func` (string) The name of the method called. Example: "edit_pop_quota" - `module` (string) The name of the module called. Example: "Email" - `result` (object) - `result.data` (object,null) - `result.errors` (array,null) List of errors if the API failed. - `result.messages` (array,null) List of messages generated by the API. - `result.metadata` (object) - `result.status` (integer) * - Success * - Failed: Check the errors field for more details. Enum: 0, 1 - `result.warnings` (array,null) List of warnings generated by the API. Warnings describe non-critical failures or other problematic conditions noted while running a API.