Skip to main content

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.

Retrieve a list of users.
External DocumentationTo learn more, visit the Reco documentation.

Parameters

ParameterDescription
CountThe maximum number of results to return per page.
FiltersA query expression used to filter results.

For Example: status eq "ALERT_STATUS_NEW"

For more information about the Filters parameter, visit Reco.ai documentation.
Return All PagesAutomatically fetch all resources, page by page.
Sort ByThe field name to sort results by.
Sort OrderThe sort direction for the results.
Start IndexThe pagination index that indicates the starting point for the next set of results.

Example Output

{
	"totalResults": "string",
	"itemsPerPage": "string",
	"users": [
		{
			"id": "string",
			"name": "string",
			"email": "string",
			"departments": [
				"string"
			],
			"jobTitles": [
				"string"
			],
			"personalEmails": [
				"string"
			],
			"relatedEmails": [
				"string"
			],
			"analysis": [
				"string"
			],
			"adminAccounts": 0,
			"accounts": 0,
			"openAlerts": 0,
			"isFormer": true,
			"hasAccess": true,
			"lastSeen": "2026-05-10T13:31:53.049Z",
			"lastLogin": "2026-05-10T13:31:53.049Z",
			"isInternal": true
		}
	]
}

Workflow Library Example

List Users with Reco and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop