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

# Get User Assets

Get a list of assets checked out to the user.

## Parameters

<div className="integrations-table">
  | Parameter | Description |
  | --------- | ----------- |
  | ID        | User id.    |
</div>

## Example Output

```json theme={"dark"}
{
	"total": 0,
	"rows": [
		{
			"id": 436,
			"name": "<string>",
			"asset_tag": "<string>",
			"serial": "<string>",
			"model": {
				"id": 0,
				"name": "<string>"
			},
			"byod": false,
			"requestable": false,
			"model_number": "<string>",
			"eol": null,
			"asset_eol_date": null,
			"status_label": {
				"id": 2,
				"name": "<string>",
				"status_type": "<string>",
				"status_meta": "<string>"
			},
			"category": {
				"id": 1,
				"name": "<string>"
			},
			"manufacturer": {
				"id": 2,
				"name": "<string>"
			},
			"supplier": null,
			"notes": null,
			"order_number": null,
			"company": null,
			"location": null,
			"rtd_location": null,
			"image": "<string>",
			"qr": null,
			"alt_barcode": null,
			"assigned_to": null,
			"warranty_months": null,
			"warranty_expires": null,
			"created_by": {
				"id": 1,
				"name": "<string>"
			},
			"created_at": {
				"datetime": "2025-04-01 22:14:15",
				"formatted": "Tue Apr 01, 2025 10:14PM"
			},
			"updated_at": {
				"datetime": "2025-04-01 22:14:18",
				"formatted": "Tue Apr 01, 2025 10:14PM"
			},
			"last_audit_date": null,
			"next_audit_date": null,
			"deleted_at": null,
			"purchase_date": null,
			"age": "<string>",
			"last_checkout": {
				"datetime": "2025-04-01 22:14:17",
				"formatted": "Tue Apr 01, 2025 1:10AM"
			},
			"last_checkin": null,
			"expected_checkin": null,
			"purchase_cost": null,
			"checkin_counter": 1,
			"checkout_counter": 1,
			"requests_counter": 1,
			"user_can_checkout": false,
			"book_value": null,
			"custom_fields": {
				"RAM": {
					"field": "<string>",
					"value": "<string>",
					"field_format": "<string>",
					"element": "<string>"
				},
				"CPU": {
					"field": "<string>",
					"value": "<string>",
					"field_format": "<string>",
					"element": "<string>"
				},
				"MAC Address": {
					"field": "<string>",
					"value": "<string>",
					"field_format": "<string>",
					"element": "<string>"
				},
				"Test Encrypted": {
					"field": "<string>",
					"value": "<string>",
					"field_format": "<string>",
					"element": "<string>"
				},
				"Test Checkbox": {
					"field": "<string>",
					"value": "<string>",
					"field_format": "<string>",
					"element": "<string>"
				},
				"Test Radio": {
					"field": "<string>",
					"value": "<string>",
					"field_format": "<string>",
					"element": "<string>"
				}
			},
			"available_actions": {
				"checkout": true,
				"checkin": true,
				"clone": true,
				"restore": false,
				"update": true,
				"delete": false
			}
		}
	]
}
```

## Workflow Library Example

[Get User Assets with Snipe It and Send Results Via Email](https://library.blinkops.com/workflows/get-user-assets-with-snipe-it-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/get-user-assets-with-snipe-it-and-send-results-via-email/canvas" />
</div>
