This function grants mailing list administrative privileges to users.
Important:
When you disable the Receive Mail role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ Email \ add_mailman_delegates \ list='mylist' \ delegates='user@example.com'
{- "apiversion": 3,
- "func": "add_mailman_delegates",
- "module": "Email",
- "result": {
- "data": {
- "delegates": [
- "admin@example.com, user@example.com"
], - "metadata": {
- "transformed": null
}
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}