# Export Users Data

The **Exports Users Data** feature allows admins to download a comprehensive CSV file containing registered user details within the platform. This is useful for internal audits, user analysis, marketing initiatives, or compliance tracking.

To export the data:

1. In the dashboard, open **Users**.
2. Click on **Export** icon at the top right.
3. A modal will show up to confirm the export.
4. A CSV file containing up to **10,000** **users** will be downloaded according to the filter, sort and search.

{% hint style="info" %}
If your user count exceeds 10,000, please apply filters before exporting or use API-based access for advanced needs.
{% endhint %}

| Export Key           | Description                                                                                           |
| -------------------- | ----------------------------------------------------------------------------------------------------- |
| **UserId**           | The unique system-generated ID of the user. Useful for identifying users across systems.              |
| **UserName**         | The user's full name, consisting of their first and last name.                                        |
| **UserEmail**        | The registered email address used to log in.                                                          |
| **UserType**         | The user's assigned role within the platform (e.g. `Challenge`, `Admin`).                             |
| **CreatedTime**      | The UTC timestamp of when the user account was created. Format: `YYYY-MM-DD HH:mm:ss`.                |
| **LastAccessFromIP** | The most recent IP address from which the user accessed the platform.                                 |
| **Country**          | The country derived from the user's most recent IP address.                                           |
| **Verification**     | The current verification status of the user (`Verified`, `Not Verified`, or `Verification Rejected`). |
