v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01960201.2 KB
Domain admin

Edit Domain Admin ACL

Using this endpoint you can edit the ACLs of a Domain Admin user. This user has full control over a domain, and can create new mailboxes and aliases.

post/api/v1/edit/da-acl

Request body

itemsobject

contains the domain admin username you want to edit

Example request

{
  "items": [
    "testadmin"
  ],
  "attr": {
    "da_acl": [
      "syncjobs",
      "quarantine",
      "login_as",
      "sogo_access",
      "app_passwds",
      "bcc_maps",
      "pushover",
      "filters",
      "ratelimit",
      "spam_policy",
      "extend_sender_acl",
      "unlimited_quota",
      "protocol_access",
      "smtp_ip_access",
      "alias_domains",
      "domain_desc"
    ]
  }
}

Response

OK

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