v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Email
Email Accounts

Update email account password

This function changes an email account's password.

Important:

When you disable the Receive Mail role, the system disables this function.

get/Email/passwd_pop

Query parameters

string email required
OR
string username required
Example:username@example.com

The email account username or address.

passwordstring required
Example:12345luggage

The email account password.

domainstring domain
Example:example.com

The email account's domain.

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": "passwd_pop",
  "module": "Email",
  "result": {
    "status": 1
  }
}