Mailboxes
Update mailbox custom attributes
You can update custom attributes of one or more mailboxes per request.
post/api/v1/edit/mailbox/custom-attribute
Request body
Example request
{
"attr": {
"attribute": [
"role",
"foo"
],
"value": [
"cow",
"bar"
]
},
"items": [
"moo@mailcow.tld"
]
}Response
OK