This function changes an email address's quota.
domain required | string <domain> The email account's domain. Defaults to the cPanel account's main domain. Example: domain=example.com |
email required | string The email account username. Example: email=user |
quota | string The maximum amount of disk space that the new email account may use. Defaults to the system value.
Note: You cannot enter a value that exceeds the maximum email quota.
Note: This value is only available to users without a maximum email account quota. Example: quota=500 |
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --user=username Email edit_pop_quota email='user' domain='example.com'
{- "apiversion": 3,
- "func": "edit_pop_quota",
- "module": "Email",
- "result": {
- "data": null,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}