latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Accounts
Account Management

Validate cPanel account Digest Authentication

This function checks whether Digest Authentication is enabled for a cPanel user. Windows® Vista, Windows® 7, and Windows® 8 require Digest Authentication support in order to access Web Disk over an unencrypted connection.

get/has_digest_auth

Query parameters

userstring required
Example:username

The cPanel account username.

Response

HTTP Request was successful.

Example response

{
  "data": {
    "digestauth": 1
  },
  "metadata": {
    "command": "has_digest_auth",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}