Using the Mixpanel API, we can export raw events using the 'Event Export API' (https://data.mixpanel.com/api/2.0/export) and user profile data through https://mixpanel.com/api/2.0/engage.
What I would like is a reference (a foreign key field of some sorts) on every raw event to the user who 'performed' or 'caused' this event. This is supported in the interface of Mixpanel itself, but I can't seem to find out how to get this from the API.
Thanks in advance!