ts-mailcow-api
    Preparing search index...

    Interface DeleteDomainAdminRequest

    Request payload to delete one or more Domain Admin users.

    interface DeleteDomainAdminRequest {
        items: string[];
    }
    Index

    Properties

    Properties

    items: string[]

    List of usernames of the domain admin users you want to delete.