SHD / MC Checker

[serviceDegradation] MO758727 | Microsoft 365 suite | Admins are unable to add a specific security group to the people insights field in the Microsoft 365 admin center



MO758727 | Microsoft 365 suite | Admins are unable to add a specific security group to the people insights field in the Microsoft 365 admin center

Status serviceDegradation
Classification advisory
User Impact Admins are unable to add a specific security group to the people insights field in the Microsoft 365 admin center.
Last Updated 08/08/2024 15:26:22
Start Time 03/27/2024 12:38:56
End Time
Latest Message Title: Admins are unable to add a specific security group to the people insights field in the Microsoft 365 admin center

User impact: Admins are unable to add a specific security group to the people insights field in the Microsoft 365 admin center.

More info: If impact persists after the deployment completes, then you can follow the guidance below to enable or disable People Insight:

1. If you want to keep People Insight enabled for everyone, use:

PATCH > graph.microsoft.com/beta/organization/{ORG ID comes here}/settings/peopleInsights

{
“isEnabledInOrganization”: true,
“disabledForGroup”: null
}

2. If you want to keep People Insight disabled for everyone, use:

PATCH > graph.microsoft.com/beta/organization/{ORG ID comes here}/settings/peopleInsights

{
“isEnabledInOrganization”: false,
“disabledForGroup”: null
}

3. If you want to keep People Insight disabled for certain groups, use:

PATCH > graph.microsoft.com/beta/organization/{ORG ID comes here}/settings/peopleInsights

{
“isEnabledInOrganization”: true,
“disabledForGroup”: null
}

After this action is complete, add back the Security Groups using admin center controls.

Current status: We’re nearing the completion of the deployment process, and it is anticipated that most admins will begin to see that impact has been remediated. The deployment is expected to complete by Friday, August 9, 2024. Post-deployment, admins may encounter errors in the Microsoft 365 admin center. To minimize any disruptions, we recommend utilizing the Graph API for reading and updating settings, instructions are provided in the More info section of this communication. Alternatively, guidance on this can be found in the documentation for Graph API’s organization settings: learn.microsoft.com/en-us/graph/api/organizationsettings-list-peopleinsights?view=graph-rest-beta&tabs=http

Scope of impact: Your organization is affected by this event, and some admins attempting to add a specific security group to the people insights field in the Microsoft 365 admin center are impacted.

Root cause: A recent authentication change applied to the infrastructure responsible for regulating search permissions is resulting in impact.

Next update by: Friday, August 9, 2024, at 1:00 PM UTC

Machine Translation タイトル: 管理者は、Microsoft 365 管理センターの People Insights フィールドに特定のセキュリティ グループを追加できません

ユーザーへの影響: 管理者は、Microsoft 365 管理センターの People Insights フィールドに特定のセキュリティ グループを追加できません。

詳細: デプロイが完了した後も影響が続く場合は、以下のガイダンスに従って People Insights を有効または無効にできます。

1. People Insightをすべてのユーザーに対して有効にしたい場合は、以下を使用します。

パッチ > graph.microsoft.com/beta/organization/{ORG ID はこちら}/settings/peopleInsights

{
“isEnabledInOrganization”: true,
“disabledForGroup”: null
}

2. People Insight をすべてのユーザーに対して無効にする場合は、以下を使用します。

パッチ > graph.microsoft.com/beta/organization/{ORG ID はこちら}/settings/peopleInsights

{
“isEnabledInOrganization”: false,
“disabledForGroup”: null
}

3. 特定のグループでPeople Insightを無効にしたい場合は、以下を使用します。

パッチ > graph.microsoft.com/beta/organization/{ORG ID はこちら}/settings/peopleInsights

{
“isEnabledInOrganization”: true,
“disabledForGroup”: null
}

このアクションが完了したら、管理センター コントロールを使用してセキュリティ グループを再度追加します。

現在の状態: デプロイ プロセスの完了に近づいており、ほとんどの管理者は影響が修復されたことを実感し始めると予想されます。デプロイメントは 2024 年 8 月 9 日 (金) までに完了する予定です。デプロイ後、管理者は Microsoft 365 管理センターでエラーが発生する可能性があります。中断を最小限に抑えるために、設定の読み取りと更新にはGraph APIを使用することをお勧めします。手順については、この通信の「詳細情報」セクションに記載されています。または、これに関するガイダンスは、Graph API の組織設定のドキュメントにあります learn.microsoft.com/en-us/graph/api/organizationsettings-list-peopleinsights?view=graph-rest-beta&tabs=http

影響範囲: 組織はこのイベントの影響を受け、Microsoft 365 管理センターの People Insights フィールドに特定のセキュリティ グループを追加しようとする一部の管理者が影響を受けます。

根本原因: 検索アクセス許可の規制を担当するインフラストラクチャに最近適用された認証の変更により、影響が生じています。

次の更新者: 2024年8月9日(金)13:00 UTC