# User export (App)

## How to make a user export

1. Open the Admin panel
2. Go to Statistics --> App statistics
3. Click on 'Export'
4. Select 'User export' from the drop-down.&#x20;
5. An e-mail will be sent to your e-mail address including an Excel file with all user statistics.

### How to read the statistics of the user export

| Column                | Description                                                                                      |
| --------------------- | ------------------------------------------------------------------------------------------------ |
| id                    | The automatically generated id of the user.                                                      |
| external\_id          | The external identifier of the user. This is a unique number for each user.                      |
| code                  | The user's account password                                                                      |
| type                  | User type whether user, admin or host.                                                           |
| checkin\_datetime     | The date and time of when the user was checked in to the event.                                  |
| checkout\_datetime    | The date and time of when the user was checked out of the event.                                 |
| full\_name            | The full name of the user.                                                                       |
| email                 | The e-mail address of the user.                                                                  |
| profile\_picture\_url | The url link of the profile picture of the user.                                                 |
| company\_name         | The name of the company where the user works for.                                                |
| company\_role         | The company role of the user.                                                                    |
| phone\_number         | The phone number of the user.                                                                    |
| linkedin\_profile     | The url link of the LinkedIn profile of the user.                                                |
| Custom\_              | Custom fields of the user profile including the information that has been filled in by the user. |
| User tag:             | The tag that was assigned to the user.                                                           |
| Matching tag:         | The matchmaking tag that was assigned to or chosen by the user.                                  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledge-base.letsgetdigital.com/the-admin-panel/statistics/statistics-app/user-export-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
