| MC1438571 | (Updated) Default visibility of additional profile card properties in Microsoft 365 profile cards |
|---|
| Classification | planForChange | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Last Updated | 09/03/2026 17:55:12 | ||||||||||||||||||||||||
| Start Time | 07/24/2026 21:56:36 | ||||||||||||||||||||||||
| End Time | 10/26/2026 07:00:00 | ||||||||||||||||||||||||
| Message Content |
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:
[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
Platforms/Services
What will happen
[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:
GET 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
POST 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:
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
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. |
||||||||||||||||||||||||
| Machine Translation |
2026年9月3日更新:タイムラインを更新しました。ご辛抱いただきありがとうございます。 [何となぜ:] 組織情報をより簡単に発見・理解できるように、MicrosoftはMicrosoft 365プロファイルカードの11の既存プロファイルカードプロパティのデフォルト可視性を変更しています。現在、これらのプロパティはMicrosoft Entra IDやPeople Graph Connectors、Microsoft 365 Organizational Dataなど他のサポート済み外部データソースから入力可能ですが、デフォルトでは無効化されており、管理者が手動で有効化する必要があります。既存のプロファイルカードプロパティ管理については こちらで詳しくご覧いただけます。 このアップデートにより、これらのプロパティはデータで入力された際にデフォルトで表示されます。これにより、組織は関連する従業員情報をより一貫して表示し、よく使われるプロファイル属性の管理作業を軽減します。組織はビジネス、プライバシー、コンプライアンス要件に応じた可視性管理の管理権限を維持しています。 以下の物件がこの更新に含まれています:
[展開スケジュール:] 一般公開(全世界):2026年9月下旬(以前は8月下旬)に展開を開始し、2026年9月下旬(以前は8月下旬)までに完了する予定です。 [組織への影響:] 影響を受ける人物
プラットフォーム/サービス
何が起こるのか
[必要な行動/推奨事項:] もし組織がプロフィールカードに特定の物件を表示したくない場合は、2026年9月24日までに対応を推奨します。 現在のプロファイルカード構成を見直す Microsoft Graphを使って既存のプロファイルカードプロパティ設定を確認しましょう:
展開前にプロパティを非表示する プロパティの表示を防ぐには、Microsoft Graphを使ってプロパティを隠しに設定してください。 例:従業員番号を隠す
POST graph.microsoft.com/v1.0/admin/people/profileCardProperties Content-Type: application/json { "directoryPropertyName": "EmployeeId", "isVisible": false } 各物件については、以下の物件マッピングを利用できます:
重要: 各プロパティには別々のMicrosoft Graph API呼び出しが必要です。バルク有効化または一括無効化操作は現在サポートされていません。 Microsoft Graph APIを使ってプロフィールカードの属性を表示・隠す方法については こちらで詳しくご覧いただけます。 推奨管理者の行動
展開後も、管理者は Microsoft 365管理センター>People設定>プロファイルカードを通じてプロファイルカードの可視性管理を継続できます。変更がMicrosoft 365の体験全体でプロフィールカードに反映されるまでに最大 24時間 かかることがあります。 |