Changes › MC1438571

(Updated) Default visibility of additional profile card properties in Microsoft 365 profile cards

Microsoft 365 suite Major change Plan for change
Published
24 Jul 2026
Last modified
03 Sep 2026 17:55 UTC
Act by
Ends
26 Oct 2026
First archived
25 Aug 2026
Revisions
2
Summary
Microsoft 365 will change the default visibility of 11 profile card properties to show by default when populated, starting late September 2026. Administrators can review and hide specific properties using Microsoft Graph APIs before rollout. Visibility remains manageable via admin center post-rollout.
Tags
Updated messageNew featureUser impactAdmin impact

Full post

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.

Revision history

  1. 25 Aug 2026 07:01 UTC — Microsoft's lastModified 20 Aug 2026 20:37 UTC
  2. 03 Sep 2026 18:00 UTC — Microsoft's lastModified 03 Sep 2026 17:55 UTC