Account Creation

Validate new cPanel account username

This function checks for username conflicts during account creation.

get/verify_new_username

Query parameters

userstring required
Example:username

The account that you wish to create.

Response

HTTP Request was successful.

Example response

{
  "metadata": {
    "command": "verify_new_username",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}

Changes