Xpath

/control/group-definition[@keep-owner]
/control/group-definition[@with-owner-as-member]

Description

Keep owner: defines if the original object owner (true) or executor (false) instead will be the owner of the new object.
WithOwnerAsMember: defines if the owner of new group should be added as a member to the group (true) or not (false).


Example request

<control request-id="1234" group-id="new"
    xmlns="http://webservices.ecircle-ag.com/ecm" clone-from-id="1">
    <group-definition preferred-channel="email" keep-owner="true" with-owner-as-member="true">
        <name>ClonedGroup</name>
        <description>This is a XML Interface testing group</description>
        <email-channel>
            <email>clonedgroup@postgres-pages-de.in</email>
        </email-channel>
    </group-definition>
</control>