Skip to content

Commit 1747873

Browse files
Merge pull request #31158 from MicrosoftDocs/main
[AutoPublish] main to live - 03/20 10:40 PDT | 03/20 23:10 IST
2 parents 7b856fb + cd6ce70 commit 1747873

1 file changed

Lines changed: 43 additions & 2 deletions

File tree

copilot/workforce-insights-agent.md

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Workforce Insights agent
33
description: This article details how to use the Workforce Insights agent
4-
ms.date: 12/08/2025
4+
ms.date: 03/20/2026
55
ms.service: microsoft-365-copilot
66
ms.topic: how-to
77
ms.localizationpriority: medium
@@ -16,7 +16,7 @@ ms.collection:
1616
# Workforce Insights agent
1717

1818
> [!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/)
2020
2121
The Workforce Insights agent helps organizational leaders and their specified delegates:
2222

@@ -58,6 +58,47 @@ For information on responsible AI principles and usage, see the following articl
5858
- [Data privacy and security for Microsoft 365 Copilot](/copilot/microsoft-365/microsoft-365-copilot-privacy)
5959
- [People Skills data and AI guidelines](/copilot/microsoft-365/people-skills-data-and-ai-guidelines)
6060

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.
101+
61102
## Start using the Workforce Insights agent
62103

63104
**To start using the Workforce Insights agent:**

0 commit comments

Comments
 (0)