> ## 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.

# Update Device

Update device information, such as the assigned blueprint, user, asset tag, and tags.

<Note>
  External Documentation

  To learn more, visit the [Kandji documentation](https://api-docs.kandji.io/#b70f2ddc-cc1b-4b4f-8eec-e481d8a17927).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                |
  | ------------ | ------------------------------------------ |
  | Asset Tag    | The required asset tag for the device.     |
  | Blueprint ID | The ID of the required device's blueprint. |
  | Device ID    | The device's ID.                           |
  | User UUID    | The required user's UUID.                  |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/update-device-with-kandji-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/update-device-with-kandji-and-send-results-via-email/canvas" />
</div>
