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

Description

Unsubscribes a user from a group. The unsubscription is associated with a specific message. Notification is sent to the group manager. Returns success only when the user is unsubscribed from the group and the unsubscription is associated with the specified message.

Available from

v5

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:membershipUnsubscribeFromMessage>
            <userId>3769713</userId>
            <groupId>385</groupId>
            <messageId>12</messageId>
        </ecm:membershipUnsubscribeFromMessage>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels