> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-bed-7559-api-key-exp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# jamf_AssignedUser

> Represents the user assignment relationship on a jamf-managed computer.

<img noZoom src="https://mintcdn.com/specterops-bed-7559-api-key-exp/Q9Jppg_Pu54SydxZ/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=Q9Jppg_Pu54SydxZ&q=85&s=dab889e863a05e09b1378befc30bbb10" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

## Edge Schema

* Source: [jamf\_Computer](/opengraph/extensions/jamf/nodes/jamf_computer)
* Destination: [jamf\_ComputerUser](/opengraph/extensions/jamf/nodes/jamf_computeruser)
* Traversable: ✅

## General Information

The traversable jamf\_AssignedUser edge represents the user assignment relationship on a Jamf-managed computer. The specified user is assigned to the source computer, establishing the physical access relationship between a device and its primary user.

```mermaid theme={null}
graph LR
    A("jamf_Computer
MacBook-Pro-01")
    B("jamf_ComputerUser
jane.doe")
    C("jamf_Computer
iMac-Design-02")
    D("jamf_ComputerUser
bob.smith")
    A -- jamf_AssignedUser --> B
    C -- jamf_AssignedUser --> D
```
