Clear all CIDR restrictions to login to cPanel & WHM with the root password.

This function removes all restrictions to root login to cPanel & WHM login based on IP.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

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