Export Users from Zahara
This task will export all users from Zahara, and output them to an XML file.
Settings
Connection
Required
Select the Zahara connection you want to use. See Connecting to Zahara.
Export From Tenancy
Required
Set to true to export a list of users from the tenancy, or set to false to export them from the business unit. Defaults to false.
The tenancy or business unit the users will be exported from is determined by the respective API key in the selected Zahara connection. If you set this setting to true, you must specify a tenancy API key in your connection.
Include Deleted
Required
Set to True to include deleted records in the export.
Page Size
Required
The number of records to request from Zahara at a time.
Record IDs
Optional
Provide a list of record IDs to export specific records from Zahara. Doing so will override all other export settings.
Output File
Required
The XML file to save the exported records to.
Zynk Settings
Examples
A sample input file is shown below.
<?xml version="1.0" encoding="utf-8"?>
<Users xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<User>
<Id>147383</Id>
<ExternalId />
<UserId>147383</UserId>
<UserName>[email protected]</UserName>
<FirstName>John</FirstName>
<LastName>Smith</LastName>
<Email>[email protected]</Email>
<JobTitle>Developer</JobTitle>
</User>
</Users>