Page tree
Skip to end of metadata
Go to start of metadata

Description

Adds new entries (email, email domain, mobile number or mobile app alias) to the system blacklist. Entries can be hashed using md5hashgenerator

Available from

v9

Example body

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:blacklistCreateSystemEntriesHashed>
            <!--Zero or more repetitions:-->
            <entries>
                <type>EMAIL</type>
                <pattern>blacklistuser4@test.com</pattern>
            </entries>
            <hashed>?</hashed>
        </ecm:blacklistCreateSystemEntriesHashed>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels