# User Export ## Export users - [GET /v3/user-export](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/user-export/exportusers.md): Export users who match the provided parameters. ## Export users and user events - [GET /v4/user-export](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/user-export/exportuserandeventscsv.md): Downloads all subscribers and subscriber events data in csv format. - To download subscribers data, specify the attributes query parameter to true, and use the attr, appIds, appIdsRestrictive, grants, since, registeredSince, registeredBefore, foreignKeys query parameters. - To download subscriber events data, specify the eventsExport query parameter to true, and use the from and to query parameters. - For pagination, use the rpp and page query parameters