ExportUserResource.xml
<?xml version="1.0" encoding="UTF-8"?>
<request
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="PortalConfig_8.0.0.xsd"
type="export">
<!-- Sample for exporting all resources a user owns.
NOTE: This sample file needs to be modified before execution.
Update the value of the 'owner' attribute of the 'user-resource' tag
and specify an existing user.
-->
<portal action="locate">
<!-- uid must match uid attribute of portlet-app in portlet.xml -->
<user-resource action="export" owner="uid=wpsadmin,o=defaultwimfilebasedrealm" domain="cust"/>
</portal>
</request>