---
title: "Users"
method: GET
path: "/api/v1/monitoring/users"
tags: ["Endpoints", "Monitoring"]
---

# Users

`GET /api/v1/monitoring/users`

Provides the same information that is available on the User Monitoring page.

## Query parameters

- `after_checkpoint` string
- `limit` integer

## Response `200`

Request was successfully processed

- object
  - `checkpoint` string, required — A checkpoint for retrieving further pages.
  - `additional_results` boolean, required — True if there are more users that can be retrieved.
  - `results` object[], required — Returns the collection of monitored users.
    - `address` string — The user's email address
    - `id` integer — The identifier assigned to each user
    - `sync_state` 'LIVE' | 'ONBOARDING' | 'QUEUED' | 'OUT_OF_DATE' — How far along in the onboarding process the user is
    - `status` 'Good connection' | 'Connection issues' | 'Not connected for over 7 days' | 'Not connected for over 1 month' — How well we have been connecting with the user
    - `last_connection` string, date-time, nullable — The [timestamp](#section/Timestamps) of when an email was most recently uploaded for the user via any method
    - `emails_processed` integer — Total count of emails uploaded that have been processed
    - `addin_version` string, nullable — Which version of the client-side Add-in made the last request
    - `addin_hardware` string, nullable — The machine name that the client-side Add-in was last running on
    - `user_created` string, date-time, nullable — When the user was first seen by the Tessian system
    - `last_upload_stored` string, date-time, nullable — The [timestamp](#section/Timestamps) of the most recent e-mail that the user has uploaded
    - `addin_ping` string, date-time, nullable — The [timestamp](#section/Timestamps) of when an email was most recently uploaded for the user via the Add-in
    - `addin_check` string, date-time, nullable — The [timestamp](#section/Timestamps) of the most recent Tessian outbound check for the user via the Add-in
    - `gateway_ping` string, date-time, nullable — The [timestamp](#section/Timestamps) of when an email was most recently uploaded for the user via the Gateway
    - `gateway_check` string, date-time, nullable — The [timestamp](#section/Timestamps) of the most recent Tessian outbound check for the user via the Gateway
    - `api_ping` string, date-time, nullable — The [timestamp](#section/Timestamps) of when an email was most recently uploaded for the user via API syncing

## Other responses

- `400` — There was a problem with the request
- `401` — There was a problem with the request
- `403` — Invalid token or API is not enabled
- `429` — Rate limited - wait a few seconds and try again
- `500` — Server error
- `503` — Server error
- `504` — Server error

---

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