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

Description

Returns a collection of member attributes for a user within the specified group. Member attributes are used to save information for an individual user, but in the context of a specific group. A member attribute contains a specific value for each recipient.

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:membershipGetAttributes>
            <userId>5</userId>
            <groupId>1</groupId>
        </ecm:membershipGetAttributes>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels