---
title: "Download user profile data"
slug: "user-profile-download"
updated: 2026-06-08T22:12:05Z
published: 2026-06-08T22:12:05Z
canonical: "docs.xtremepush.com/user-profile-download"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xtremepush.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Download user profile data

Platform users with permission to access user data can download all data associated to a single [User Profile](/documentation/docs/user-profile), which may be used to satisfy a GDPR Right to Access request.

Find the user profile you wish to download by following the steps in the [User Profile](/documentation/docs/user-profile) guide.

Click the **Actions** button and select **Download**. This will trigger a task to create the export, navigating you to a page where you can see the progress of the export and download it when ready.

The downloaded Zip file will contain multiple CSV files covering the different types of data associated to the user profile, including:

- Attributes
- Devices
- Events
- Tags
- Sessions
- Locations
- Preferences (If the Consent Manager is enabled)

## Via API

To download user profile attributes for multiple user profiles, for example to sync with your own backend system, we recommend using the API.

The API method for importing user profiles can be found in the [User Profile List](ref:user-profile-list) API reference.

You can find general information on the Xtremepush APIs in the [External API Overview](/documentation/docs/external-api-overview).
