latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Account Enhancements

Create Account Enhancement

This function creates a new account enhancement.

get/create_account_enhancement

Query parameters

idstring required
Example:sample-enhancement-id

The identifier of the item you are targeting.

Note:

  • You must use an account enhancements ID that a 3rd-party plugin defines.
  • To return a list of valid account enhancement IDs, run the WHM API 1 list_account_enhancements function.
namestring required
Example:featurename 5000

The name of the account enhancement.

Response

HTTP Request was successful.

Example response

{
  "data": {
    "name": "featurename 5000"
  },
  "metadata": {
    "command": "create_account_enhancement",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}