The following steps allow for a user to Export & Import a Data Import Job Profile, including all sub-profiles (Match, Action, etc.), from one tenant to another using API calls.
Preconditions:
Before completing following steps, user must be authenticated into necessary tenants using preferred API platform. For more information on how to get started using API calls with FOLIO, see this page here on using Postman API software: Getting started with Postman
Instructions:
Export
Use GET call for {SOURCE TENANT API BASE URL}/data-import-profiles/profileSnapshots/{JOB PROFILE ID}?profileType=JOB_PROFILE&jobProfileId={JOB PROFILE ID}
Example:
Response will include all necessary details of targeted Job Profile
Example:
ImportĀ
Use POST call for {DESTINATION TENANT API BASE URL}/data-import-profiles/profileSnapshots
Copy entire response from the previous Export GET call and paste it into the Body of this POST call
Example:
Once you Send this call, you should see the desired Job profiles begin to appear in the destination tenant