You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: copilot/workforce-insights-agent.md
+43-2Lines changed: 43 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Workforce Insights agent
3
3
description: This article details how to use the Workforce Insights agent
4
-
ms.date: 12/08/2025
4
+
ms.date: 03/20/2026
5
5
ms.service: microsoft-365-copilot
6
6
ms.topic: how-to
7
7
ms.localizationpriority: medium
@@ -16,7 +16,7 @@ ms.collection:
16
16
# Workforce Insights agent
17
17
18
18
> [!IMPORTANT]
19
-
> The Workforce Insights agent is in Frontier and subject to change. For more information about the Frontier program, see [What is Frontier?](https://support.microsoft.com/topic/what-is-frontier-17c671e0-1906-4d9d-892c-68e11fbff4c7)
19
+
> The Workforce Insights agent is in Frontier and subject to change. For more information about the Frontier program, see [What is Frontier?](https://adoption.microsoft.com/copilot/frontier-program/)
20
20
21
21
The Workforce Insights agent helps organizational leaders and their specified delegates:
22
22
@@ -58,6 +58,47 @@ For information on responsible AI principles and usage, see the following articl
58
58
-[Data privacy and security for Microsoft 365 Copilot](/copilot/microsoft-365/microsoft-365-copilot-privacy)
59
59
-[People Skills data and AI guidelines](/copilot/microsoft-365/people-skills-data-and-ai-guidelines)
60
60
61
+
## Customize how managers are identified
62
+
63
+
By default, the Workforce Insights agent identifies managers based on organizational hierarchy: any employee with one or more direct reports is considered as a manager. Some organizations, however, use a different definition based on internal HR policies.
64
+
65
+
To support these scenarios, you can override the default logic by providing a `SupervisorIndicator` column in your organizational data. This column becomes the authoritative signal for determining manager status in manager-related questions, insights, and analytics. This column ensures that manager counts, manager-to-individual contributor (IC) ratios, and related metrics align with your organization's formal definition of a manager.
66
+
67
+
> [!IMPORTANT]
68
+
> This configuration is fully data-driven. Adding the `SupervisorIndicator` column doesn't change your reporting hierarchy, manager-employee relationships, access control, delegation, or privacy enforcement. Features such as delegation and manager-confidential access continue to rely on direct reporting relationships.
69
+
70
+
### When to use this feature
71
+
72
+
Use this feature if your organization:
73
+
74
+
- Excludes certain roles from being considered as managers such as contractor sponsors
75
+
- Distinguishes people managers from other supervisory roles
76
+
- Uses a formal manager definition that differs from reporting hierarchy
77
+
78
+
If your definition of a manager already aligns with having direct reports, no additional configuration is required.
79
+
80
+
### How Workforce Insights interprets `SupervisorIndicator`
81
+
82
+
Workforce Insights interprets `SupervisorIndicator` using the following parameters:
83
+
84
+
- Employees defined as "Managers" are treated as managers in Workforce Insights.
85
+
- Employees defined as "Individual contributors" are treated as ICs, even if they have direct reports.
86
+
- If the column isn't provided, Workforce Insights uses the default logic based on direct reports.
87
+
88
+
> [!NOTE]
89
+
> This override applies only to manager status used in chat responses and analytics.
90
+
91
+
For instructions on how to upload the SupervisorIndicator attribute, see [Upload and maintain organizational data in the Microsoft admin center](/viva/insights/advanced/admin/upload-org-data-admin-center#how-to-prepare-upload-and-manage-your-data-in-the-microsoft-365-admin-center).
92
+
93
+
The column must contain one of the following values. Values are case-insensitive but must otherwise match exactly.
94
+
95
+
- Boolean: `True`, `False`
96
+
- Enumerated strings:
97
+
- Manager: `Mgr`, `Mgr+`
98
+
- Individual contributor: `ic`
99
+
100
+
If unsupported values are used, such as additional labels, different spelling, or unexpected formats, Workforce Insights can't reliably determine manager status.
0 commit comments