v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Email
Mailing Lists

Return mailing list administrators

This function lists a mailing list's administrators.

Important:

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

get/Email/get_mailman_delegates

Query parameters

liststring required
Example:mylist

The name of a Mailman mailing list on the cPanel account.

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_mailman_delegates",
  "module": "Email",
  "result": {
    "data": {
      "delegates": [
        "secondadmin@example.com"
      ]
    },
    "status": 1
  }
}