> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-fetch-json-component.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# jamf_MemberOf

> Represents group membership where the source inherits the group's permissions and assignments.

<img noZoom src="https://mintcdn.com/specterops-fetch-json-component/pkiaFEhjWYPnhxMb/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=pkiaFEhjWYPnhxMb&q=85&s=c83d7e4a67c741a979c0e77bf15c1252" 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/jamfhound/reference/nodes/jamf_account), [jamf\_DisabledAccount](/opengraph/extensions/jamfhound/reference/nodes/jamf_disabledaccount)
* Destination: [jamf\_Group](/opengraph/extensions/jamfhound/reference/nodes/jamf_group)
* Traversable: ✅

## General Information

The traversable `jamf_MemberOf` edge represents group membership. The source account is a member of the destination group and inherits the group's permissions. This is a standard identity relationship edge.

```mermaid theme={null}
graph LR
    A("jamf_Account
John Admin")
    B("jamf_Group
IT-Admins")
    C("jamf_DisabledAccount
Jane Support")
    D("jamf_Group
HelpDesk")
    A -- jamf_MemberOf --> B
    C -- jamf_MemberOf --> D
```
