Domain admin
Create Domain Admin user
Using this endpoint you can create a new Domain Admin user. This user has full control over a domain, and can create new mailboxes and aliases.
post/api/v1/add/domain-admin
Request body
Example request
{
"active": "1",
"domains": "mailcow.tld",
"password": "supersecurepw",
"password2": "supersecurepw",
"username": "testadmin"
}Response
OK