This function creates a Site Quality Monitoring user account associated with a cPanel user account.
email required | string The cPanel account's email address. Example: |
password | string The account's password. Note: If no password is given, one is auto-generated. The system does not save this value. Example: |
HTTP Request was successful.
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --output=jsonpretty \ --user=username \ SiteQuality \ create_site_quality_user \ email=username@example.com
{- "apiversion": 3,
- "func": "create_site_quality_user",
- "module": "SiteQuality",
- "result": {
- "data": {
- "app_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9...",
- "username": "username@example.com",
- "enabled": true
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}