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. |
{
"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"
}
]
}
Was this page helpful?