Packages
Feature Access
Add cPanel account feature list overrides
This function adds feature overrides to a cPanel account.
get/add_override_features_for_user
Query parameters
A JSON-encoded list of features to override and whether to enable or disable them.
userstring username required
Example:username
The cPanel username.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "add_override_features_for_user",
"reason": "OK",
"result": 1,
"version": 1
}
}