---
title: "Retrieve Account summary for concurrent users"
method: GET
path: "/accounts/{account_id}/reports/concurrentUsers/annualSummary"
tags: ["Reporting"]
---

# Retrieve Account summary for concurrent users

`GET /accounts/{account_id}/reports/concurrentUsers/annualSummary`

Summary of Account concurrent user activity

## Path parameters

- `account_id` string, required

## Query parameters

- `year` integer
- `month` integer

## Response `200`

Concurrent users activity for the specified Account

- AccountAnnualConcurrentUsersSummary — Monthly time-series summary of concurrent account user activity over the specified year
  - `account_id` string — Id of the associated account for this summary
  - `interval_start` integer — Starting time of the time-series in epoch milliseconds
  - `interval_end` integer — Ending time of the time-series in epoch milliseconds
  - `data` MonthlyConcurrentUsersSummary[]
    - `month` string — Date string of the summary including the month and year (uuuu-MM)
    - `automators` integer — Total number of automators in the workspace for the specified month
    - `participants` integer — Total number of participants in the workspace for the specified month

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `default` — Unexpected error

---

[API](https://skmtc.net/mabl/apis/mabl-api.md) · [All operations](https://skmtc.net/mabl/apis/mabl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mabl/mabl-api/revisions/d0fc0114da66/schema)
