get
https://api.leanplum.com/api?action=exportUsers
Exports multiple user IDs. The export may be executed up to 40 times successfully per day, and this limit resets at 12:00 am PST each calendar day. This method requires your data export API clientKey.
Use getExportResults with the returned jobId to get the results.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Example exportUsers request: Exporting a saved audience
To export one of your audiences of users, use the audienceName param option. The full call would look something like:
https://api.leanplum.com/api?action=exportUsers&appId=YOUR_APP_ID&clientKey=YOUR_DATA_EXPORT_KEY&apiVersion=1.0.6&audienceName=My test audience
Once your request is successful, you'll get a jobId. Use this ID with the getExportResults call to get your final user list as a CSV.
