> ## Documentation Index
> Fetch the complete documentation index at: https://bloodhound.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# jamf_MatchedEmail

> Represents an identity correlation where the Jamf computer user's email attribute matches the Jamf account's email.

<img noZoom src="https://mintcdn.com/specterops/tTIczgde9H07oLXf/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=tTIczgde9H07oLXf&q=85&s=ad49a576589f4d2a8081df77d07fdf56" 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\_ComputerUser](/opengraph/extensions/jamf/nodes/jamf_computeruser)
* Destination: [jamf\_Account](/opengraph/extensions/jamf/nodes/jamf_account), [jamf\_DisabledAccount](/opengraph/extensions/jamf/nodes/jamf_disabledaccount)
* Traversable: ✅

## General Information

The traversable jamf\_MatchedEmail edge represents an identity correlation where the Jamf computer user's email attribute matches the Jamf account's email, indicating they are likely the same person. This links physical device access to Jamf administrative privileges.

```mermaid theme={null}
graph LR
    A("jamf_ComputerUser
jsmith\@corp.com")
    B("jamf_Account
jsmith\@corp.com")
    C("jamf_ComputerUser
jdoe\@corp.com")
    D("jamf_DisabledAccount
jdoe\@corp.com")
    A -- jamf_MatchedEmail --> B
    C -- jamf_MatchedEmail --> D
```
