---
title: "Device data model"
url: "https://docs.unified.to/hris/device/model"
description: "API reference for Device data model. Launch multiple pre-built Device integrations today with zero maintenance — all through a single API."
generated_at: "2026-05-20T23:11:12.531Z"
---
# Device data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/hris/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

**asset\_tag**string 

**version**string 

device version

**manufacturer**string 

device manufacturer

**model**string 

device model

**os**string 

operating system name

**os\_version**string 

**user\_ids**string array 

users who have this device

**admin\_user\_ids**string array 

(reference to HrisEmployee)

**location\_id**string 

pointer to HR Location object (reference to HrisLocation)

**has\_antivirus**boolean 

**has\_password\_manager**boolean 

**has\_firewall**boolean 

**has\_hd\_encrypted**boolean 

**has\_screenlock**boolean 

**is\_missing**boolean 

**raw**any
