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

> Represents a cross-platform identity correlation where the Jamf principal's email attribute matches an Azure AD 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\_Account](/opengraph/extensions/jamf/nodes/jamf_account), [jamf\_DisabledAccount](/opengraph/extensions/jamf/nodes/jamf_disabledaccount), [jamf\_ComputerUser](/opengraph/extensions/jamf/nodes/jamf_computeruser)
* Destination: [AZUser](/resources/nodes/az-user)
* Traversable: ❌

## General Information

The non-traversable jamf\_AZMatchedEmail edge represents a cross-platform identity correlation created during post-processing. When the Jamf principal's email attribute matches an Azure AD account's email, this edge links the identities across environments.

```mermaid theme={null}
graph LR
    A("jamf_Account
john.admin")
    B("AzureAD_User
john.admin\@contoso.com")
    C("jamf_ComputerUser
bob.smith")
    D("AzureAD_User
bob.smith\@contoso.com")
    E("jamf_DisabledAccount
bob.former")
    F("AzureAD_User
bob\@former.localhost")
    
    A -- jamf_AZMatchedEmail --> B
    C -- jamf_AZMatchedEmail --> D
    E -- jamf_AZMatchedEmail --> F
```
