Export users from your Mixpanel project using platform
Simply paste the code below into your platform report
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdn.mxpnl.com/libs/mixpanel-platform/build/mixpanel-platform.v0.latest.min.js"></script>
</head>
<body>
<script src="https://cdn.rawgit.com/jordanmnunez/simple-csv-export/v1.0.0/report.js"></script>
</body>
</html>