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

Preview this Workflow on desktop