Group Management
Organize devices into groups with hierarchical policy inheritance.
Overview
Device groups let you organize endpoints and apply policies at scale. Groups support hierarchical nesting — child groups inherit the parent's policy unless overridden.
Creating Groups
- Navigate to Groups
- Click Create Group
- Enter a name and optional parent group
- Assign a policy (or inherit from parent)
Group Hierarchy
Organization (tenant default policy)
├── Engineering (strict policy)
│ ├── Backend Team
│ └── Frontend Team (relaxed clipboard guard)
├── Sales (standard policy)
└── Executives (custom policy)Policy Resolution
When an agent requests its policy, the server resolves it using this priority:
- Device-specific policy (if assigned directly)
- Group policy (walks up the parent chain until a policy is found)
- Tenant default policy
Moving Devices Between Groups
- Go to Devices → select the device
- Click Edit → change the group assignment
- The device will receive its new policy on the next heartbeat (within 60 seconds)
Deleting Groups
Only tenant_admin and super_admin roles can delete groups. Devices in a deleted group fall back to the tenant default policy.