MC1438571: Microsoft 365 Profile Cards Show Additional Properties by Default

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 OwnersSecurity TeamsCompliance Teams
Why this score?
AI Confidence
HIGH
Enough detail is available to trust this assessment.
Assessment Reasoning
Microsoft has postponed rollout by roughly one month, starting late September 2026. The update will auto-enable 11 profile card attributes that were previously disabled by default, impacting visibility of user data. Admins must review current settings and use Microsoft Graph API for properties they want hidden, which is a manual process and time-sensitive. User impact is minimal as the change only affects visibility and not workflows, but privacy and compliance considerations make admin review critical.
70
🛡️ Admin Impact
20
👥 User Impact
65
Urgency
55
🔧 Effort
ℹ️ WHAT YOU NEED TO KNOW
📌

AT A GLANCE

11 existing profile card properties in Microsoft 365 will become visible by default if populated. Organisations can still control visibility.
👥

END USERS

Users may see extra details like division, role, and address on profile cards.
🛡️

IT ADMINS

Review current profile card settings and hide any properties you do not want shown before rollout.
📅

ROLLOUT TIMELINE

Upcoming:
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 August 20, 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: 

  • Division 
  • Role 
  • Employee number 
  • Employee type 
  • Cost center 
  • User principal name (UPN) 
  • Alias 
  • Fax 
  • Street address 
  • State 
  • Postal code 

[Rollout Schedule:]

General Availability (Worldwide, GCC, GCC High, DoD): 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 

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

Platforms/Services 

  • Microsoft 365 Profile Cards 
  • Microsoft Entra ID 
  • Microsoft 365 Organizational Data 
  • Microsoft Entra People Graph Connectors 
  • Microsoft Graph profile card management APIs 
  • Microsoft 365 admin center 

What will happen 

  • The 11 listed properties will automatically appear on profile cards when the corresponding attributes contain data.  
  • The change is enabled by default. 
  • Attributes sourced from Microsoft Entra ID, Microsoft 365 Organizational Data, and Microsoft Entra People Graph Connectors follow the same visibility behavior. 
  • No changes are made to underlying attribute values or source systems. 
  • No changes are required from end users. 
  • Tenants that have never configured profile card settings will automatically receive the new default visibility behavior.  
  • 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 

  • Verify your current profile card configuration using Microsoft Graph and review which of the affected properties contain data in your tenant. 
  • Use Microsoft Graph Profile Card APIs to hide any properties that should remain unavailable to users before rollout begins on September 24, 2026. 
  • 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