ExportAllUsers.xml

 

<?xml version="1.0" encoding="UTF-8"?>
<!--
ExportAllUsers.xml
-->

<request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:noNamespaceSchemaLocation="PortalConfig_1.4.xsd"
         type="export" 
         export-users="true">
    
    <!-- Example for exporting the complete user aud group configuration of a portal. This example 
         demonstrates that the export-users attribute in the request must be used, if you explicitly
         want to export the full user configuration. (You do not need to set this attribute, if you
         are only exporting selected individual users.)

         Be aware that the export of the complete user configuraiton may take very long, if the portal
         is configured to use a large LDAP directory as the user data store -->

    <portal action="locate">
        <user objectid="*" action="export"/>
        <group objectid="*" action="export"/>
    </portal>

</request>