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

# SCIM_ManagerOf

> User is a manager of another user

<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: [SCIM\_User](/opengraph/extensions/scim/nodes/scim_user)
* Destination: [SCIM\_User](/opengraph/extensions/scim/nodes/scim_user)
* Traversable: ❌

## General Information

The SCIM\_ManagerOf edge represents the managerial relationship between users, as defined by the `manager` attribute in the SCIM Enterprise User schema extension. This edge captures the organizational hierarchy, connecting a manager to their direct reports. Manager relationships can be significant for understanding organizational structure and potential privilege escalation paths through social engineering or delegated approval workflows.

```mermaid theme={null}
graph LR
    node1("SCIM_User mscott")
    node2("SCIM_User dschrute")
    node1 -. SCIM_ManagerOf .-> node2
```
