MC1438571: Microsoft 365 Profile Cards Enable Default Visibility for 11 Additional Properties

MWPRO IMPACT SCORE
OPERATIONAL IMPACT
57
0 25 50 75 100
HIGH IMPACT • REVIEW RECOMMENDED
Recommended Action:
Review the update and plan any required actions before rollout.
What is MWPro Impact Score? Watch our 60‑second explainer

Primary Audience

Microsoft 365 AdminsTenant AdminsIT ManagersService Owners
Why this score?
AI Confidence
HIGH
Enough detail is available to trust this assessment.
Assessment Reasoning
The default visibility change for 11 profile card properties introduces new data exposure unless administrators reconfigure settings before rollout. Admins need to review current settings and use Microsoft Graph API calls to hide properties if required, which adds time-sensitive configuration work. User experience impact is indirect, as only populated attributes appear, but sensitive data could become visible without admin action. Timeline has shifted to late September, reducing immediate pressure but keeping urgency relatively high due to a clear deadline.
70
🛡️ Admin Impact
20
👥 User Impact
65
Urgency
50
🔧 Effort
ℹ️ WHAT YOU NEED TO KNOW
📌

AT A GLANCE

Default visibility of 11 profile card properties is changing. They’ll show by default if data exists, reducing manual setup.
👥

END USERS

Users may see more details on profile cards such as division, role or address.
🛡️

IT ADMINS

Review profile card settings and hide properties you don’t want shown before 24 September using Microsoft Graph APIs.
📅

ROLLOUT TIMELINE

Start:
Late September 2026

📢 Official Microsoft Message Center Announcement


(Updated) Default visibility of additional profile card properties in Microsoft 365 profile cards
Message ID: MC1438571 (Updated)

Updated September 3, 2026: We have updated the timeline. Thank you for your patience.

[What and Why:]

To help people discover and understand organizational information more easily, Microsoft is changing the default visibility of 11 existing profile card properties in Microsoft 365 profile cards. Today, these properties can be populated from Microsoft Entra ID and other supported external data sources such as People Graph Connectors and Microsoft 365 Organizational Data, but they are disabled by default and require administrators to manually enable them. You can find more on the existing profile card property management here.

With this update, these properties will be displayed by default when populated with data. This helps organizations surface relevant employee information more consistently while reducing administrative effort for commonly used profile attributes. Organizations retain administrative controls to manage visibility according to their business, privacy, and compliance requirements.

The following properties are included in this update:

  1. Division
  2. Role
  3. Employee number
  4. Employee type
  5. Cost center
  6. User principal name (UPN)
  7. Alias
  8. Fax
  9. Street address
  10. State
  11. Postal code

[Rollout Schedule:]

General Availability (Worldwide): We will begin rollout in late September 2026 (previously late August) and expect to complete by late September 2026 (previously late August).

[Impact to your organization:]

Who is affected

  1. Global Administrators and People Administrators responsible for profile card management.
  2. Organizations with users whose profile data includes one or more of the affected properties.

Platforms/Services

  1. Microsoft 365 Profile Cards
  2. Microsoft Entra ID
  3. Microsoft 365 Organizational Data
  4. Microsoft Entra People Graph Connectors
  5. Microsoft Graph profile card management APIs
  6. Microsoft 365 admin center

What will happen

  1. The 11 listed properties will automatically appear on profile cards when the corresponding attributes contain data.
  2. The change is enabled by default.
  3. Attributes sourced from Microsoft Entra ID, Microsoft 365 Organizational Data, and Microsoft Entra People Graph Connectors follow the same visibility behavior.
  4. No changes are made to underlying attribute values or source systems.
  5. No changes are required from end users.
  6. Tenants that have never configured profile card settings will automatically receive the new default visibility behavior.
  7. Only properties with populated values will appear on profile cards.

[Action Required/Recommendations:]

If your organization does not want specific properties displayed on profile cards, action is recommended before September 24, 2026.

Review current profile card configuration

Use Microsoft Graph to review existing profile card property settings:


 HTTP 
GET  https://graph.microsoft.com/v1.0/admin/people/profileCardProperties 

Hide properties before rollout

To prevent a property from being displayed, configure the property as hidden using Microsoft Graph.

Example: Hide Employee Number

HTTP

POST
https://graph.microsoft.com/v1.0/admin/people/profileCardProperties 
Content-Type: application/json 
“directoryPropertyName”: “EmployeeId”, 
 “isVisible”: false  

For each property, you can use the property mappings below:

Profile card label directoryPropertyName
Division Division
Role Role
Employee number EmployeeId
Employee type EmployeeType
Cost center CostCenter
User principal name (UPN) UserPrincipalName
Alias Alias
Fax Fax
Street address StreetAddress
State StateOrProvince
Postal code PostalCode

Important: Each property requires a separate Microsoft Graph API call. Bulk enable or bulk disable operations are not currently supported.


You can find more on using Microsoft Graph APIs for showing and hiding profile card attributes here.

Recommended Administrator Actions

  1. Verify your current profile card configuration using Microsoft Graph and review which of the affected properties contain data in your tenant.
  2. Use Microsoft Graph Profile Card APIs to hide any properties that should remain unavailable to users before rollout begins on September 24, 2026.
  3. Communicate the upcoming change to help desk and support teams.

After rollout, administrators can continue managing profile card visibility through Microsoft 365 admin center > People settings > Profile cards. Changes made can take up to 24 hours to be reflected on profile cards across Microsoft 365 experiences.

Source: Microsoft Message Center • Analysed by MWPro

<<< [MC1438571] Archive
Tooltip: View earlier revisions of this post

Share This Update