Example XML Request
<request>
<procedure>
<execute namespace="Managed Active Directory" procedure="RenameUser" impersonate="1">
<executeData>
<user>LDAP://CN=upnMyUser1,OU=Reseller1,OU=Hosting,DC=contoso,DC =com</user>
<newName>myUser1NewName</newName>
<preferredDomainController>myPrimaryDC.contoso.com</preferredDomainController>
</executeData>
<after source="executeData" sourcePath="path" destination="data" mode="insert"/>
</execute>
</procedure>
</request>
Example XML Response
This procedure returns the new LDAP of the user in
<path>.
<response>
<data>
<path>LDAP://cn=myUser1NewName,OU=Reseller1,OU=Hosting,DC=contoso,DC=com</path>
</data>
</response>