v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
PasswdStrength
Password Strength

Return minimum required password strength

This function retrieves an application's minimum required password strength.

get/PasswdStrength/get_required_strength

Query parameters

app'createacct' | 'ftp' | 'htaccess' | 'mysql' | 'passwd' | 'pop' | 'postgres' | 'sshkey' | 'webdisk' | 'virtual' required
Example:webdisk

The application's name.

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "get_required_strength",
  "module": "PasswdStrength",
  "result": {
    "status": 1
  }
}