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
}
}