Favorite your Message Center and Roadmap items. Access them anytime via your Profile. Export and share with your team or your LLM.

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

Message ID
MC1438571
View in Message Center
Service
Microsoft 365 suite
Category
Plan for Change
Tags
Major Change New featureUser impactAdmin impact
Rollout
September 2026

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.

Details

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.

Change History

Show
September 3, 2026 at 6:30 PM Updated
Summary
Previous
Microsoft 365 will change the default visibility of 11 profile card properties to display by default when populated, starting late September 2026. Administrators can review and hide specific properties using Microsoft Graph APIs before rollout. Visibility remains manageable post-rollout via the admin center.
New
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.
Last Updated Date
Previous
2026-08-20T20:37:24.370Z
New
2026-09-03T17:55:12.457Z
Body Content
Previous
<p>Updated August 20, 2026: We have updated the timeline. Thank you for your patience.&nbsp;</p><p>[What and Why:]</p><p>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 <a href="https://learn.microsoft.com/en-us/microsoft-365/admin/manage/customize-profile-cards?view=o365-worldwide">here</a>.&nbsp;</p><p>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.&nbsp;</p><p>The following properties are included in this update:&nbsp;</p><ul> <li>Division&nbsp;</li> <li>Role&nbsp;</li> <li>Employee number&nbsp;</li> <li>Employee type&nbsp;</li> <li>Cost center&nbsp;</li> <li>User principal name (UPN)&nbsp;</li> <li>Alias&nbsp;</li> <li>Fax&nbsp;</li> <li>Street address&nbsp;</li> <li>State&nbsp;</li> <li>Postal code&nbsp;</li></ul><p>[Rollout Schedule<b>:]</b></p><p>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).</p><p>[Impact to your organization:]</p><p><b>Who is affected&nbsp;</b></p><ul> <li>Global Administrators and People Administrators responsible for profile card management.&nbsp;</li> <li>Organizations with users whose profile data includes one or more of the affected properties.&nbsp;</li></ul><p><b>Platforms/Services&nbsp;</b></p><ul> <li>Microsoft 365 Profile Cards&nbsp;</li> <li>Microsoft Entra ID&nbsp;</li> <li>Microsoft 365 Organizational Data&nbsp;</li> <li>Microsoft Entra People Graph Connectors&nbsp;</li> <li>Microsoft Graph profile card management APIs&nbsp;</li> <li>Microsoft 365 admin center&nbsp;</li></ul><p><b>What will happen&nbsp;</b></p><ul> <li>The 11 listed properties will automatically appear on profile cards when the corresponding attributes contain data. &nbsp;</li> <li>The change is enabled by default.&nbsp;</li> <li>Attributes sourced from Microsoft Entra ID, Microsoft 365 Organizational Data, and Microsoft Entra People Graph Connectors follow the same visibility behavior.&nbsp;</li> <li>No changes are made to underlying attribute values or source systems.&nbsp;</li> <li>No changes are required from end users.&nbsp;</li> <li>Tenants that have never configured profile card settings will automatically receive the new default visibility behavior.&nbsp;&nbsp;</li> <li>Only properties with populated values will appear on profile cards.&nbsp;</li></ul><p>[Action Required/Recommendations:]</p><p><span>If your organization does not want specific properties displayed on profile cards, action is recommended before September 24, 2026.&nbsp;</span></p><p><b>Review current profile card configuration&nbsp;</b></p><p>Use Microsoft Graph to review existing profile card property settings:<br><br></p><pre><code><p>&nbsp;<span>HTTP&nbsp;</span></p><p>GET&nbsp; https://graph.microsoft.com/v1.0/admin/people/profileCardProperties&nbsp;</p></code></pre><p><b>Hide properties before rollout&nbsp;</b></p><p>To prevent a property from being displayed, configure the property as hidden using Microsoft Graph.&nbsp;</p><p>Example: Hide Employee Number&nbsp;</p><pre><code><p>HTTP <br><br>POST https://graph.microsoft.com/v1.0/admin/people/profileCardProperties&nbsp;</p><p>Content-Type: application/json&nbsp;</p><p>{&nbsp;</p><p><span>"directoryPropertyName": "EmployeeId",&nbsp;</span></p><p>&nbsp;<span>"isVisible": false&nbsp;</span><span>&nbsp;</span></p><p>}&nbsp;<br></p></code></pre><p><span>For each property, you can use the property mappings below:</span></p><table> <tbody><tr> <td> <p><b><span>Profile card label</span>&nbsp;</b></p> </td> <td> <p><b><span>directoryPropertyName</span>&nbsp;</b></p> </td> </tr> <tr> <td> <p>Division&nbsp;</p> </td> <td> <p>Division&nbsp;</p> </td> </tr> <tr> <td> <p>Role&nbsp;</p> </td> <td> <p>Role&nbsp;</p> </td> </tr> <tr> <td> <p>Employee number&nbsp;</p> </td> <td> <p>EmployeeId&nbsp;</p> </td> </tr> <tr> <td> <p>Employee type&nbsp;</p> </td> <td> <p>EmployeeType&nbsp;</p> </td> </tr> <tr> <td> <p>Cost center&nbsp;</p> </td> <td> <p>CostCenter&nbsp;</p> </td> </tr> <tr> <td> <p>User principal name (UPN)&nbsp;</p> </td> <td> <p>UserPrincipalName&nbsp;</p> </td> </tr> <tr> <td> <p>Alias&nbsp;</p> </td> <td> <p>Alias&nbsp;</p> </td> </tr> <tr> <td> <p>Fax&nbsp;</p> </td> <td> <p>Fax&nbsp;</p> </td> </tr> <tr> <td> <p>Street address&nbsp;</p> </td> <td> <p>StreetAddress&nbsp;</p> </td> </tr> <tr> <td> <p>State&nbsp;</p> </td> <td> <p>StateOrProvince&nbsp;</p> </td> </tr> <tr> <td> <p>Postal code&nbsp;</p> </td> <td> <p>PostalCode&nbsp;</p> </td> </tr></tbody></table><p><b>Important:</b> Each property requires a separate Microsoft Graph API call. Bulk enable or bulk disable operations are not currently supported.<br><br> You can find more on using Microsoft Graph APIs for showing and hiding profile card attributes <a href="https://learn.microsoft.com/en-us/graph/add-properties-profilecard">here</a>.&nbsp;&nbsp;</p><p><b>Recommended Administrator Actions&nbsp;</b></p><ul> <li>Verify your current profile card configuration using Microsoft Graph and review which of the affected properties contain data in your tenant.&nbsp;</li> <li>Use Microsoft Graph Profile Card APIs to hide any properties that should remain unavailable to users before rollout begins on September 24, 2026.&nbsp;</li> <li>Communicate the upcoming change to help desk and support teams.&nbsp;</li></ul><p>After rollout, administrators can continue managing profile card visibility through <b>Microsoft 365 admin center &gt; People settings &gt; Profile cards</b>. Changes made can take up to <b>24 hours</b> to be reflected on profile cards across Microsoft 365 experiences.</p>
New
<p>Updated September 3, 2026: We have updated the timeline. Thank you for your patience.</p><p>[What and Why:]</p><p>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 <a href="https://learn.microsoft.com/en-us/microsoft-365/admin/manage/customize-profile-cards?view=o365-worldwide" target="_blank">here</a>. </p><p>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.</p><p>The following properties are included in this update: </p><ol><li>Division </li><li>Role </li><li>Employee number</li><li>Employee type</li><li>Cost center</li><li>User principal name (UPN)</li><li>Alias</li><li>Fax</li><li>Street address</li><li>State</li><li>Postal code</li></ol><p>[Rollout Schedule:]</p><p>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).</p><p>[Impact to your organization:]</p><p><b>Who is affected </b></p><ol><li>Global Administrators and People Administrators responsible for profile card management. </li><li>Organizations with users whose profile data includes one or more of the affected properties. </li></ol><p><b>Platforms/Services </b></p><ol><li>Microsoft 365 Profile Cards </li><li>Microsoft Entra ID </li><li>Microsoft 365 Organizational Data </li><li>Microsoft Entra People Graph Connectors </li><li>Microsoft Graph profile card management APIs </li><li>Microsoft 365 admin center </li></ol><p><b>What will happen </b></p><ol><li>The 11 listed properties will automatically appear on profile cards when the corresponding attributes contain data. </li><li>The change is enabled by default. </li><li>Attributes sourced from Microsoft Entra ID, Microsoft 365 Organizational Data, and Microsoft Entra People Graph Connectors follow the same visibility behavior. </li><li>No changes are made to underlying attribute values or source systems. </li><li>No changes are required from end users. </li><li>Tenants that have never configured profile card settings will automatically receive the new default visibility behavior. </li><li>Only properties with populated values will appear on profile cards. </li></ol><p>[Action Required/Recommendations:]</p><p>If your organization does not want specific properties displayed on profile cards, action is recommended before September 24, 2026. </p><p><b>Review current profile card configuration </b></p><p>Use Microsoft Graph to review existing profile card property settings:</p><p><code>HTTP</p><div class="ql-code-block" data-language="plain">GET&nbsp; https://graph.microsoft.com/v1.0/admin/people/profileCardProperties&nbsp;</code></p><p><b>Hide properties before rollout </b></p><p>To prevent a property from being displayed, configure the property as hidden using Microsoft Graph. </p><p>Example: Hide Employee Number </p><p><code>HTTP </p><p></p><p>POST</p><p>https://graph.microsoft.com/v1.0/admin/people/profileCardProperties&nbsp;</p><p>Content-Type: application/json&nbsp;</p><p>{&nbsp;</p><p>"directoryPropertyName": "EmployeeId",&nbsp;</p><p>&nbsp;"isVisible": false&nbsp;&nbsp;</p><p>}&nbsp;</code></p><p>For each property, you can use the property mappings below:</p><table><tbody><tr><td><b>Profile card label </b></td><td><b>directoryPropertyName </b></td></tr><tr><td>Division </td><td>Division </td></tr><tr><td>Role </td><td>Role </td></tr><tr><td>Employee number </td><td>EmployeeId </td></tr><tr><td>Employee type </td><td>EmployeeType </td></tr><tr><td>Cost center </td><td>CostCenter </td></tr><tr><td>User principal name (UPN) </td><td>UserPrincipalName </td></tr><tr><td>Alias </td><td>Alias </td></tr><tr><td>Fax </td><td>Fax </td></tr><tr><td>Street address </td><td>StreetAddress </td></tr><tr><td>State </td><td>StateOrProvince </td></tr><tr><td>Postal code </td><td>PostalCode </td></tr></tbody></table><p><b>Important:</b> Each property requires a separate Microsoft Graph API call. Bulk enable or bulk disable operations are not currently supported.</p><p> You can find more on using Microsoft Graph APIs for showing and hiding profile card attributes <a href="https://learn.microsoft.com/en-us/graph/add-properties-profilecard" target="_blank">here</a>. </p><p><b>Recommended Administrator Actions </b></p><ol><li>Verify your current profile card configuration using Microsoft Graph and review which of the affected properties contain data in your tenant. </li><li>Use Microsoft Graph Profile Card APIs to hide any properties that should remain unavailable to users before rollout begins on September 24, 2026. </li><li>Communicate the upcoming change to help desk and support teams. </li></ol><p>After rollout, administrators can continue managing profile card visibility through <b>Microsoft 365 admin center &gt; People settings &gt; Profile cards</b>. Changes made can take up to <b>24 hours</b> to be reflected on profile cards across Microsoft 365 experiences.</p>
August 20, 2026 at 10:30 PM Updated
Title
Previous
Default visibility of additional profile card properties in Microsoft 365 profile cards
New
(Updated) Default visibility of additional profile card properties in Microsoft 365 profile cards
Summary
Previous
Microsoft 365 will default-display 11 profile card properties (e.g., Division, Role, Employee number) when populated, starting late August 2026. Admins can review and hide properties via Microsoft Graph API before rollout. Visibility remains manageable post-rollout through the admin center.
New
Microsoft 365 will change the default visibility of 11 profile card properties to display by default when populated, starting late September 2026. Administrators can review and hide specific properties using Microsoft Graph APIs before rollout. Visibility remains manageable post-rollout via the admin center.
Last Updated Date
Previous
2026-07-24T21:56:48.637Z
New
2026-08-20T20:37:24.370Z
Tags
Previous
New feature,User impact,Admin impact
New
Updated message,New feature,User impact,Admin impact
Body Content
Previous
<p>[What and Why:]</p><p>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 <a href="https://learn.microsoft.com/en-us/microsoft-365/admin/manage/customize-profile-cards?view=o365-worldwide">here</a>.&nbsp;</p><p>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.&nbsp;</p><p>The following properties are included in this update:&nbsp;</p><ul> <li>Division&nbsp;</li> <li>Role&nbsp;</li> <li>Employee number&nbsp;</li> <li>Employee type&nbsp;</li> <li>Cost center&nbsp;</li> <li>User principal name (UPN)&nbsp;</li> <li>Alias&nbsp;</li> <li>Fax&nbsp;</li> <li>Street address&nbsp;</li> <li>State&nbsp;</li> <li>Postal code&nbsp;</li></ul><p>[Rollout Schedule<b>:]</b></p><p>General Availability (Worldwide, GCC, GCC High, DoD): we will begin rollout in late August 2026 and expect to complete by late August 2026.</p><p>[Impact to your organization:]</p><p><b>Who is affected&nbsp;</b></p><ul> <li>Global Administrators and People Administrators responsible for profile card management.&nbsp;</li> <li>Organizations with users whose profile data includes one or more of the affected properties.&nbsp;</li></ul><p><b>Platforms/Services&nbsp;</b></p><ul> <li>Microsoft 365 Profile Cards&nbsp;</li> <li>Microsoft Entra ID&nbsp;</li> <li>Microsoft 365 Organizational Data&nbsp;</li> <li>Microsoft Entra People Graph Connectors&nbsp;</li> <li>Microsoft Graph profile card management APIs&nbsp;</li> <li>Microsoft 365 admin center&nbsp;</li></ul><p><b>What will happen&nbsp;</b></p><ul> <li>The 11 listed properties will automatically appear on profile cards when the corresponding attributes contain data. &nbsp;</li> <li>The change is enabled by default.&nbsp;</li> <li>Attributes sourced from Microsoft Entra ID, Microsoft 365 Organizational Data, and Microsoft Entra People Graph Connectors follow the same visibility behavior.&nbsp;</li> <li>No changes are made to underlying attribute values or source systems.&nbsp;</li> <li>No changes are required from end users.&nbsp;</li> <li>Tenants that have never configured profile card settings will automatically receive the new default visibility behavior.&nbsp;&nbsp;</li> <li>Only properties with populated values will appear on profile cards.&nbsp;</li></ul><p>[Action Required/Recommendations:]</p><p><span>If your organization does not want specific properties displayed on profile cards, action is recommended before August 24, 2026.&nbsp;</span></p><p><b>Review current profile card configuration&nbsp;</b></p><p>Use Microsoft Graph to review existing profile card property settings:<br><br></p><pre><code><p>&nbsp;<span>HTTP&nbsp;</span></p><p>GET&nbsp; https://graph.microsoft.com/v1.0/admin/people/profileCardProperties&nbsp;</p></code></pre><p><b>Hide properties before rollout&nbsp;</b></p><p>To prevent a property from being displayed, configure the property as hidden using Microsoft Graph.&nbsp;</p><p>Example: Hide Employee Number&nbsp;</p><pre><code><p>HTTP <br><br>POST https://graph.microsoft.com/v1.0/admin/people/profileCardProperties&nbsp;</p><p>Content-Type: application/json&nbsp;</p><p>{&nbsp;</p><p><span>"directoryPropertyName": "EmployeeId",&nbsp;</span></p><p>&nbsp;<span>"isVisible": false&nbsp;</span><span>&nbsp;</span></p><p>}&nbsp;<br></p></code></pre><p><span>For each property, you can use the property mappings below:</span></p><table> <tbody><tr> <td> <p><b><span>Profile card label</span>&nbsp;</b></p> </td> <td> <p><b><span>directoryPropertyName</span>&nbsp;</b></p> </td> </tr> <tr> <td> <p>Division&nbsp;</p> </td> <td> <p>Division&nbsp;</p> </td> </tr> <tr> <td> <p>Role&nbsp;</p> </td> <td> <p>Role&nbsp;</p> </td> </tr> <tr> <td> <p>Employee number&nbsp;</p> </td> <td> <p>EmployeeId&nbsp;</p> </td> </tr> <tr> <td> <p>Employee type&nbsp;</p> </td> <td> <p>EmployeeType&nbsp;</p> </td> </tr> <tr> <td> <p>Cost center&nbsp;</p> </td> <td> <p>CostCenter&nbsp;</p> </td> </tr> <tr> <td> <p>User principal name (UPN)&nbsp;</p> </td> <td> <p>UserPrincipalName&nbsp;</p> </td> </tr> <tr> <td> <p>Alias&nbsp;</p> </td> <td> <p>Alias&nbsp;</p> </td> </tr> <tr> <td> <p>Fax&nbsp;</p> </td> <td> <p>Fax&nbsp;</p> </td> </tr> <tr> <td> <p>Street address&nbsp;</p> </td> <td> <p>StreetAddress&nbsp;</p> </td> </tr> <tr> <td> <p>State&nbsp;</p> </td> <td> <p>StateOrProvince&nbsp;</p> </td> </tr> <tr> <td> <p>Postal code&nbsp;</p> </td> <td> <p>PostalCode&nbsp;</p> </td> </tr></tbody></table><p><b>Important:</b> Each property requires a separate Microsoft Graph API call. Bulk enable or bulk disable operations are not currently supported.<br><br> You can find more on using Microsoft Graph APIs for showing and hiding profile card attributes <a href="https://learn.microsoft.com/en-us/graph/add-properties-profilecard">here</a>.&nbsp;&nbsp;</p><p><b>Recommended Administrator Actions&nbsp;</b></p><ul> <li>Verify your current profile card configuration using Microsoft Graph and review which of the affected properties contain data in your tenant.&nbsp;</li> <li>Use Microsoft Graph Profile Card APIs to hide any properties that should remain unavailable to users before rollout begins on August 24, 2026.&nbsp;</li> <li>Communicate the upcoming change to help desk and support teams.&nbsp;</li></ul><p>After rollout, administrators can continue managing profile card visibility through <b>Microsoft 365 admin center &gt; People settings &gt; Profile cards</b>. Changes made can take up to <b>24 hours</b> to be reflected on profile cards across Microsoft 365 experiences.</p>
New
<p>Updated August 20, 2026: We have updated the timeline. Thank you for your patience.&nbsp;</p><p>[What and Why:]</p><p>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 <a href="https://learn.microsoft.com/en-us/microsoft-365/admin/manage/customize-profile-cards?view=o365-worldwide">here</a>.&nbsp;</p><p>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.&nbsp;</p><p>The following properties are included in this update:&nbsp;</p><ul> <li>Division&nbsp;</li> <li>Role&nbsp;</li> <li>Employee number&nbsp;</li> <li>Employee type&nbsp;</li> <li>Cost center&nbsp;</li> <li>User principal name (UPN)&nbsp;</li> <li>Alias&nbsp;</li> <li>Fax&nbsp;</li> <li>Street address&nbsp;</li> <li>State&nbsp;</li> <li>Postal code&nbsp;</li></ul><p>[Rollout Schedule<b>:]</b></p><p>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).</p><p>[Impact to your organization:]</p><p><b>Who is affected&nbsp;</b></p><ul> <li>Global Administrators and People Administrators responsible for profile card management.&nbsp;</li> <li>Organizations with users whose profile data includes one or more of the affected properties.&nbsp;</li></ul><p><b>Platforms/Services&nbsp;</b></p><ul> <li>Microsoft 365 Profile Cards&nbsp;</li> <li>Microsoft Entra ID&nbsp;</li> <li>Microsoft 365 Organizational Data&nbsp;</li> <li>Microsoft Entra People Graph Connectors&nbsp;</li> <li>Microsoft Graph profile card management APIs&nbsp;</li> <li>Microsoft 365 admin center&nbsp;</li></ul><p><b>What will happen&nbsp;</b></p><ul> <li>The 11 listed properties will automatically appear on profile cards when the corresponding attributes contain data. &nbsp;</li> <li>The change is enabled by default.&nbsp;</li> <li>Attributes sourced from Microsoft Entra ID, Microsoft 365 Organizational Data, and Microsoft Entra People Graph Connectors follow the same visibility behavior.&nbsp;</li> <li>No changes are made to underlying attribute values or source systems.&nbsp;</li> <li>No changes are required from end users.&nbsp;</li> <li>Tenants that have never configured profile card settings will automatically receive the new default visibility behavior.&nbsp;&nbsp;</li> <li>Only properties with populated values will appear on profile cards.&nbsp;</li></ul><p>[Action Required/Recommendations:]</p><p><span>If your organization does not want specific properties displayed on profile cards, action is recommended before September 24, 2026.&nbsp;</span></p><p><b>Review current profile card configuration&nbsp;</b></p><p>Use Microsoft Graph to review existing profile card property settings:<br><br></p><pre><code><p>&nbsp;<span>HTTP&nbsp;</span></p><p>GET&nbsp; https://graph.microsoft.com/v1.0/admin/people/profileCardProperties&nbsp;</p></code></pre><p><b>Hide properties before rollout&nbsp;</b></p><p>To prevent a property from being displayed, configure the property as hidden using Microsoft Graph.&nbsp;</p><p>Example: Hide Employee Number&nbsp;</p><pre><code><p>HTTP <br><br>POST https://graph.microsoft.com/v1.0/admin/people/profileCardProperties&nbsp;</p><p>Content-Type: application/json&nbsp;</p><p>{&nbsp;</p><p><span>"directoryPropertyName": "EmployeeId",&nbsp;</span></p><p>&nbsp;<span>"isVisible": false&nbsp;</span><span>&nbsp;</span></p><p>}&nbsp;<br></p></code></pre><p><span>For each property, you can use the property mappings below:</span></p><table> <tbody><tr> <td> <p><b><span>Profile card label</span>&nbsp;</b></p> </td> <td> <p><b><span>directoryPropertyName</span>&nbsp;</b></p> </td> </tr> <tr> <td> <p>Division&nbsp;</p> </td> <td> <p>Division&nbsp;</p> </td> </tr> <tr> <td> <p>Role&nbsp;</p> </td> <td> <p>Role&nbsp;</p> </td> </tr> <tr> <td> <p>Employee number&nbsp;</p> </td> <td> <p>EmployeeId&nbsp;</p> </td> </tr> <tr> <td> <p>Employee type&nbsp;</p> </td> <td> <p>EmployeeType&nbsp;</p> </td> </tr> <tr> <td> <p>Cost center&nbsp;</p> </td> <td> <p>CostCenter&nbsp;</p> </td> </tr> <tr> <td> <p>User principal name (UPN)&nbsp;</p> </td> <td> <p>UserPrincipalName&nbsp;</p> </td> </tr> <tr> <td> <p>Alias&nbsp;</p> </td> <td> <p>Alias&nbsp;</p> </td> </tr> <tr> <td> <p>Fax&nbsp;</p> </td> <td> <p>Fax&nbsp;</p> </td> </tr> <tr> <td> <p>Street address&nbsp;</p> </td> <td> <p>StreetAddress&nbsp;</p> </td> </tr> <tr> <td> <p>State&nbsp;</p> </td> <td> <p>StateOrProvince&nbsp;</p> </td> </tr> <tr> <td> <p>Postal code&nbsp;</p> </td> <td> <p>PostalCode&nbsp;</p> </td> </tr></tbody></table><p><b>Important:</b> Each property requires a separate Microsoft Graph API call. Bulk enable or bulk disable operations are not currently supported.<br><br> You can find more on using Microsoft Graph APIs for showing and hiding profile card attributes <a href="https://learn.microsoft.com/en-us/graph/add-properties-profilecard">here</a>.&nbsp;&nbsp;</p><p><b>Recommended Administrator Actions&nbsp;</b></p><ul> <li>Verify your current profile card configuration using Microsoft Graph and review which of the affected properties contain data in your tenant.&nbsp;</li> <li>Use Microsoft Graph Profile Card APIs to hide any properties that should remain unavailable to users before rollout begins on September 24, 2026.&nbsp;</li> <li>Communicate the upcoming change to help desk and support teams.&nbsp;</li></ul><p>After rollout, administrators can continue managing profile card visibility through <b>Microsoft 365 admin center &gt; People settings &gt; Profile cards</b>. Changes made can take up to <b>24 hours</b> to be reflected on profile cards across Microsoft 365 experiences.</p>

Never Miss a Microsoft 365 Update

Join thousands of IT professionals who rely on DeltaPulse for real-time Microsoft 365 change intelligence, automated notifications, and community insights.