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.
Example response
{
"apiversion": 3,
"func": "get_mailman_delegates",
"module": "Email",
"result": {
"data": {
"delegates": [
"secondadmin@example.com"
]
},
"status": 1
}
}