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.

Get a list of users in your Blink tenant.

Parameters

ParameterDescription
Display NameFilter users by their display name.
EmailFilter users by their email.
LimitLimit the number of results.
OffsetThe offset of the results.

Example Output

{
	"limit": 563,
	"offset": 377,
	"total": 314,
	"results": [
		{
			"entity_id": "<string>",
			"entity_type": "<string>",
			"name": "<string>",
			"email": "<string>",
			"status": "<string>",
			"role": "<string>",
			"groups": [
				{
					"id": "<string>",
					"name": "<string>"
				}
			],
			"auth_ids": [
				"<string>"
			]
		}
	]
}

Workflow Library Example

Get Users with Blink and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop