v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
ExternalAuthentication
External Authentication

Return external authentication user status

This function determines whether the user enabled external authentication modules.

get/ExternalAuthentication/has_external_auth_modules_configured

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": "has_external_auth_modules_configured",
  "module": "ExternalAuthentication",
  "result": {
    "data": 1,
    "status": 1
  }
}