Return maximum accounts for license

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

SecurityBasicAuth
Responses
200

HTTP Request was successful.

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