---
title: "Get Connection Report"
method: GET
path: "/connectionReport"
tags: ["Tool"]
---

# Get Connection Report

`GET /connectionReport`

Simple report showing which users have connected their calendar and email. No parameters needed - shows all users in the organization.

## Response `200`

Connection report successfully generated

- ConnectionReportResponse
  - `summary` ConnectionSummary
    - `totalUsers` integer, required — Total number of users in the organization
    - `fullyConnected` integer, required — Users connected to both calendar and email
    - `missingCalendar` integer, required — Users missing calendar connection
    - `missingEmail` integer, required — Users missing email connection
    - `missingBoth` integer, required — Users missing both calendar and email connections
  - `users` UserConnectionStatus[] — List of all users with their connection status
    - `uuid` string, required — User unique identifier
    - `email` string, required — User email address
    - `firstName` string, required — User first name
    - `lastName` string, required — User last name
    - `calendarConnected` boolean, required — Whether the user has connected their calendar
    - `emailConnected` boolean, required — Whether the user has connected their email

## Other responses

- `400` — Bad request - invalid parameters
- `401` — Authentication failed - valid API key required
- `default` — Unexpected error occurred while generating the connection report

---

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