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

Description

Retrieves membership context of a user identified by the userId in a group identified by groupId.

Available from

v7

Example request

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

  • No labels