Exporting/Importing User Identities
Example: The export/import user identity feature is useful to simplify the migration of user identity information between your Coveo instances in your development, QA, and production environments.
Note: To prevent losing user identity information, the import process fails when the exported XML file contains a user identity with a name identical to one on the target Coveo server.
To export and import user identities
-
On the source Coveo Master server:
-
Access the Administration Tool (see Opening the Administration Tool).
-
In the Administration Tool, select Configuration > Security.
-
In the navigation panel on the left, select User Identities.
-
Under User Identities, select one or more user identities that you want to export.
-
Click Export.
Save the UserIdentityExport.xml file to a folder of your choice.
-
Using a text editor, open the XML file, and copy the content of the file.
Note: You can also manually create a user identity XML file (see User Identity XML File Format).
-
-
On the target Coveo Master server:
-
Access the Administration Tool (see Opening the Administration Tool).
-
In the Administration Tool, select Configuration > Security.
-
In the navigation panel on the left, select User Identities.
-
Click Import.
-
In the Import User Identities page that appears, paste the content of the UserIdentityExport.xml file that you want to import in the Exported user identities list XML file content box.
-
Click Apply Changes to import the user identities.
-