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

Description

Creates a clone of a group that already exists in the system.
Most of the sendout options and delivery settings are identical for the original and the clone.
Group members are not copied.

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:groupClone>
            <groupId>6</groupId>
            <options>
                <name>API GROUP2</name>
                <email>clone@ecircle.com</email>
                <includePreparedMessages>true</includePreparedMessages>
                <includeTestUsers>true</includeTestUsers>
                <keepOwner>true</keepOwner>
                <withOwnerAsMember>true</withOwnerAsMember>
            </options>
        </ecm:groupClone>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels