Validate cPanel account quotas

This function checks if quotas are enabled on at least one of a user's /home directory mounts.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/quota_enabled
Request samples
whmapi1 --output=jsonpretty \
  quota_enabled
Response samples
application/json
{
  • "data": {
    • "quota_enabled": 0
    },
  • "metadata": {
    • "command": "quota_enabled",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}