> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Users

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

<Note>
  External Documentation

  To learn more, visit the [Tessian documentation](https://developer.tessian.com/documentation/api/index.html#tag/User-Monitoring/operation/insights_external_api.main.get_users).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter         | Description                                                                       |
  | ----------------- | --------------------------------------------------------------------------------- |
  | Limit             | The maximum number of users to return.                                            |
  | Pagination Cursor | Use with the output of the `checkpoint` field to retrieve the next set of events. |
</div>

## Example Output

```json theme={"dark"}
{
	"additional_results": false,
	"checkpoint": "A checkpoint for retrieving further pages.",
	"results": [
		{
			"addin_check": "The [timestamp](#section/Timestamps) of the most recent Tessian outbound check for the user via the Outlook COM Add-in",
			"addin_hardware": "The machine name that the client-side Outlook COM Add-in was last running on",
			"addin_ping": "The [timestamp](#section/Timestamps) of when an email was most recently uploaded for the user via the Outlook COM Add-in",
			"addin_version": "Which version of the client-side Outlook COM Add-in made the last request",
			"address": "The user's email address",
			"api_ping": "The [timestamp](#section/Timestamps) of when an email was most recently uploaded for the user via API syncing",
			"emails_processed": 0,
			"gateway_check": "The [timestamp](#section/Timestamps) of the most recent Tessian outbound check for the user via the Gateway",
			"gateway_ping": "The [timestamp](#section/Timestamps) of when an email was most recently uploaded for the user via the Gateway",
			"id": 0,
			"last_connection": "The [timestamp](#section/Timestamps) of when an email was most recently uploaded for the user via any method",
			"last_upload_stored": "The [timestamp](#section/Timestamps) of the most recent e-mail that the user has uploaded",
			"m365_addin_check": "The [timestamp](#section/Timestamps) of the most recent Tessian outbound check for the user via the M365 Outlook Add-in",
			"status": "How well we have been connecting with the user",
			"sync_state": "How far along in the onboarding process the user is",
			"user_created": "When the user was first seen by the Tessian system"
		}
	]
}
```

## Workflow Library Example

[List Users with Tessian and Send Results Via Email](https://library.blinkops.com/workflows/list-users-with-tessian-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-users-with-tessian-and-send-results-via-email/canvas" />
</div>
