Account Enhancements
Assign Account Enhancement
This function assigns an Account Enhancement to a cPanel account.
get/assign_account_enhancement
Query parameters
accountstring username required
Example:username
The username of the account.
namestring required
Example:enhancement 5000
The name of the account enhancement.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "assign_account_enhancement",
"reason": "OK",
"result": 1,
"version": 1
}
}