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

Description

Updates the member attributes for a user within a group if the user is a member of the group.

  • If an attribute already exists, the value will be updated

  • If not, a new attribute will be created.

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:membershipUpdateAttributes>
            <userId>3769713</userId>
            <groupId>385</groupId>
            <attributes>
                <name>hobby</name>
                <value>sport</value>
            </attributes>
        </ecm:membershipUpdateAttributes>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels