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.

List device groups.

Parameters

ParameterDescription
NameName of the group.
SharedIs group shared or not.
Should Match Full NameIs name should match completely or not.

Example Output

{
	"groups": [
		{
			"id": "string",
			"name": "string",
			"owner": {
				"alias": "string",
				"name": "string",
				"userid": "string"
			},
			"permissions": "string",
			"policy_id": "string",
			"shared_with": [
				{
					"alias": "string",
					"name": "string",
					"pending": false,
					"permissions": "string",
					"userid": "string"
				}
			]
		}
	]
}

Workflow Library Example

List Groups with Teamviewer and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop