kapa.ai I have exported all of the profiles from one project and now want to bulk import them into another project. what is the correct API call for this with parameters/configurations.
To bulk import user profiles into another Mixpanel project, you should use the Engage API’s batch update endpoint. The correct API call is a POST request to: LBKS[https://api.mixpanel.com/engage](https://api.mixpanel.com/engage)LBKSParameters/Configurations:Sample Python code:Key points:
- Use the same $distinct_id as in your events for proper joining.
- Use the $set operator to set or update properties.
- Batch requests for efficiency.For more details and operator options (like $set_once, $add, etc.), see the Mixpanel documentation and project migration guide.
kapa.ai is still learning and improving, please let me know how I did by reacting below.
ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.