ts-mailcow-api
    Preparing search index...

    Interface ACLEditRequest

    ACL Edit payload.

    interface ACLEditRequest {
        attr: { user_acl: userAcl[] };
        items: string | string[];
    }
    Index

    Properties

    Properties

    attr: { user_acl: userAcl[] }

    Attributes to set.

    Type declaration

    • user_acl: userAcl[]

      List of ACLs to set.

    items: string | string[]

    Mailboxes to edit.