Get the parameters and their statuses for a specified Device ID.

For more information on the available parameter statuses, visit Kandji’s documentation.

Note: This action is only applicable to macOS clients.

External Documentation

To learn more, visit the Kandji documentation.

Parameters

ParameterDescription
Device IDThe device’s ID.

Example Output

{
	"device_id": "77883d40-5656-4a24-9d70-49b6e751a923",
	"parameters": [
		{
			"category": "User Accounts \u0026 Authentication",
			"item_id": "1e4be748-e072-4c1f-b1ff-a98f076b8e8e",
			"name": "Disable the \"root\" user",
			"status": "PASS",
			"subcategory": "User Accounts"
		}
	]
}

Workflow Library Example

Get Device Parameters with Kandji and Send Results Via Email

Preview this Workflow on desktop