v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01960201.2 KB
Mailboxes

Update mailbox ACL

Using this endpoints its possible to update the ACL's for mailboxes

post/api/v1/edit/user-acl

Request body

itemsobject

contains list of mailboxes you want to delete

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

type'success' | 'danger' | 'error'