# Exporting User Details

With **Admin** permissions you can download a CSV containing every user in your ARM tenant—handy for audits, license reviews, or compliance reports.

The export includes the following columns:

| Field                   | Description                                   |
| ----------------------- | --------------------------------------------- |
| **First Name**          | User’s first name                             |
| **Last Name**           | User’s last name                              |
| **Status**              | *Active* or *Deactivated*                     |
| **Email**               | Email address                                 |
| **Login Name**          | Username used to sign in                      |
| **Role**                | Highest-privilege role assigned               |
| **Job Title**           | Title from the user profile                   |
| **Last Login Date**     | Timestamp of the most recent login            |
| **Created Date**        | Date the account was created                  |
| **Created By**          | User who created the account                  |
| **Last Modified Date**  | Date the account was last changed             |
| **Last Modified By**    | User who made the last change                 |
| **Login Type**          | *Standard* (username/password) or *SSO*       |
| **Last Login IP**       | IP address recorded at last login             |
| **Last Login Lat/Long** | Latitude/longitude obtained at last login     |
| **Last Login Location** | City, state, and country resolved from the IP |
| **Last Login Browser**  | Browser string at last login                  |
| **Deactivated Date**    | Date the account was deactivated (if any)     |
| **Deactivated By**      | User who deactivated the account              |

{% hint style="info" %}
When a user signs in, ARM requests browser permission to access location services.

* **Allow** – latitude/longitude recorded via the browser.
* **Deny** – location inferred from the IP address.
  {% endhint %}

***

## Export All Users to CSV

1. In **Admin › Users**, click **Export All Users** in the upper-right corner.

   <figure><img src="https://1912836914-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9vAxMuDrkUkB4OXlH9CL%2Fuploads%2Fz5n6ys7izoYaaNXp2Dus%2Fimage.png?alt=media&#x26;token=55064be5-e04e-44b5-b30f-709ec81e4564" alt="Export All Users button on the Users page"><figcaption></figcaption></figure>
2. In the pop-up, choose which fields to include, then click **Export**.

   <figure><img src="https://1912836914-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9vAxMuDrkUkB4OXlH9CL%2Fuploads%2FcvwryWPV9HXg42spphaQ%2Fimage.png?alt=media&#x26;token=857d4811-b3fd-419c-8cc4-923136d74d3b" alt="Field-selection dialog for CSV export" width="511"><figcaption></figcaption></figure>

{% hint style="info" %}
Core identity fields—**First Name, Last Name, Status, Email, Login Name**—are preselected.\
Clear the checkboxes if you wish to omit them.
{% endhint %}

3. ARM generates the CSV and downloads it to your computer.

{% hint style="info" %}

#### Export Data Limitations

For users created **more than 60 days ago**, some values default:

* **Created Date** = Org creation date
* **Created By** = First registered user
* **Last Modified Date / By**, **Deactivated Date / By** = *null*

Recent users (≤ 60 days) include full, up-to-date metadata.
{% endhint %}
