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

Description

Unsubscribes a user from a group. A notification is sent to the manager.

Available from

v2

Example request

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

  • No labels