---
title: "Download all users data as CSV"
method: GET
path: "/business_intelligence/users/download"
tags: ["Business Intelligence", "Dashboards", "Users"]
deprecated: true
---

# Download all users data as CSV

`GET /business_intelligence/users/download`

> **Deprecated.**

Download all users data as CSV.
Accepts the same filtering parameters as the /users endpoint.
Each insight type becomes a separate column with Yes/No values.

## Query parameters

- `sort_by` string, nullable
- `sort` string, nullable
- `views_period` integer — Time period for views (30, 90, or 180 days)
- `user` string[], nullable
- `license_type` string[], nullable
- `insights` string[], nullable
- `start_date` string, date-time, nullable
- `end_date` string, date-time, nullable
- `instance_name` string[], nullable
- `opportunity_name` string[], nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/50769cbf05d5/schema)
