latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Account Creation

Return maximum accounts for license

This function returns the maximum number of cPanel accounts that the server's license allows.

get/get_maximum_users

Response

HTTP Request was successful.

Example response

{
  "data": {
    "users": 100
  },
  "metadata": {
    "command": "get_maximum_users",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}