---
title: "Update mailbox ACL"
method: POST
path: "/api/v1/edit/user-acl"
tags: ["Mailboxes"]
---

# Update mailbox ACL

`POST /api/v1/edit/user-acl`

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

## Request body

- object
  - `attr` object
    - `user_acl` object — contains a list of active user acls
  - `items` object — contains list of mailboxes you want to delete

## Response `200`

OK

- object
  - `log` unknown[] — contains request object
    - unknown
  - `msg` unknown[]
    - unknown
  - `type` 'success' | 'danger' | 'error'

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/mailcow/apis/mailcow-api.md) · [All operations](https://skmtc.dev/mailcow/apis/mailcow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mailcow/mailcow-api/revisions/ae01d1d7886a/schema)
