Update Device
This request allows you to update information about a device, such as the assigned blueprint, user, and Asset Tag.
A Blueprint ID can be found in the URL path while on a Blueprint overview page.
For example, on this URL https://subdomain.kandji.io/blueprints/6391086e-85a1-4820-813c-f9c75025fff4/parameters
The Blueprint ID would be 6391086e-85a1-4820-813c-f9c75025fff4.
Parameters
Parameter | Description |
---|---|
Asset Tag | - |
Blueprint ID | - |
Device ID | - |
User | - |
Example Output
{
"agent_installed": true,
"agent_version": "2.7.3 (1253)",
"asset_tag": "1040",
"blueprint_id": "be1a4d67-91d8-4d19-a927-c8be6e77b6b2",
"blueprint_name": "Support",
"device_id": "cb808693-e511-469f-8ee7-d1850de78a49",
"device_name": "Test Mac mini",
"first_enrollment": "2021-03-25 16:31:02.313635+00:00",
"is_missing": false,
"is_removed": false,
"last_check_in": "2021-03-25T18:47:54.412799Z",
"last_enrollment": "2021-03-25 16:31:02.313635+00:00",
"mdm_enabled": true,
"model": "Mac mini",
"os_version": "10.15.7",
"platform": "Mac",
"serial_number": "57NT5OHHKIED",
"user": {
"email": "testuser@dtnb.domain",
"id": 23,
"is_archived": false,
"name": "Test User"
}
}
Workflow Library Example
Update Device with Kandji and Send Results Via Email
Preview this Workflow on desktop