> For the complete documentation index, see [llms.txt](https://help.memberply.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.memberply.com/export-members.md).

# Export members

Use the Members page to export your current member list to a CSV file.

1. From the main menu, click **Members**.
2. Click the Export Members button.
3. Memberply will download a CSV file named with the export date, for example `memberply-members-2026-04-26.csv`.

The exported CSV file includes the following columns:

* `firstname`
* `lastname`
* `emailaddress`
* `active`
* `datejoined`

Each column is filled in as follows:

* `firstname`: The member's first name.
* `lastname`: The member's last name.
* `emailaddress`: The member's email address.
* `active`: Whether the member is currently active. Active members are exported as `yes`; inactive or cancelled members are exported as `no`.
* `datejoined`: The date the member joined. If a joined date is not available, Memberply uses the member's created date.

Example CSV:

```csv
firstname,lastname,emailaddress,active,datejoined
John,Smith,john@example.com,yes,2025-09-01
Jane,Doe,jane@example.com,no,2025-10-15
```

{% hint style="info" %}
If there are no members in the list, the export cannot be downloaded.
{% endhint %}
