Mailboxes
Update mailbox ACL
Using this endpoints its possible to update the ACL's for mailboxes
post/api/v1/edit/user-acl
Request body
Example request
{
"attr": {
"user_acl": [
"spam_alias",
"tls_policy",
"spam_score",
"spam_policy",
"delimiter_action",
"syncjobs",
"eas_reset",
"quarantine",
"sogo_profile_reset",
"quarantine_attachments",
"quarantine_notification",
"app_passwds",
"pushover"
]
},
"items": "info@domain.tld"
}Response
OK