Forum Discussion
- PeterNjorogeMSMicrosoft
TheHailender We have been working on exposing controls to enable administrators to disable/enable the feature for the whole company or a group of people in the company. The documentation should be able to help with that:
On how the information is generated, kindly do through this page : Use the people API in Microsoft Graph to get information about the people most relevant to you - Microsoft Graph | Microsoft Docs- RafaelVarelaBrass ContributorI tried to disable de People Insights for one group with no success, both in PowerShell and in Graph Explorer.
In Graph Explorer the response of the API allways return a NULL un the "disabledForGroup" field.
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#organization('8f0d452c-************')/settings/peopleInsights/$entity",
"isEnabledInOrganization": true,
"disabledForGroup": null
}
In Powershell i don't get any errrors, but it does nothing:
PS C:\> Connect-MgGraph -Scopes "User.ReadWrite","User.ReadWrite.All"
Welcome To Microsoft Graph!
PS C:\> Update-MgOrganizationSettingPersonInsight -OrganizationId 8f0d452c-******** -DisabledForGroup 0f670099-********
PS C:\> Get-MgOrganizationSettingPersonInsight -OrganizationId 8f0d452c-********
Id DisabledForGroup IsEnabledInOrganization
-- ---------------- -----------------------
True- PeterNjorogeMSMicrosoft
RafaelVarela currently the controls are available in graph explorer only.
When disabling for the group you will need to provide the group ID. See the sample here from the documentation:
Example two: Update insights - Microsoft Graph beta | Microsoft Docs
- Olivegreen2080Copper ContributorPeterNjorogeMS,Hi, Does anyone have an idea if there is a limit of API request call that can be made for peopleinsight using MS Graph.
I have been sending API calls using MS Graph to Patch Peopleinsight , got no error but no changes for 48hrs.
Suggestions or ideas please- Raymond AndreassenCopper Contributor
Olivegreen2080
Run a GET to see the settings:
https://graph.microsoft.com/beta/organization/<tenantID>/settings/peopleInsights
- Hmm, I believe this information is pulled from the manager attribute
- TheHailenderBrass Contributor
adam deltingernot realy. On my customer the 'manager attribute' is empty or not maintained. So I assume that the 'works with' info will generated by some other O365 magic. And by my customer is not desired to see who works with whom ;-)
- AFAIK, there is not currently a way to customize the people card in Office 365
- RafaelVarelaBrass ContributorThat page only talks about adding additional attributes, not about hiding or removing unwanted information.
- RafaelVarelaBrass ContributorAFAIK the people cards can only be customized by adding additional attributes but not by deleting the defaults.
Maybe it can be done by disabling the item insights for the entire organization or only for some user groups: https://docs.microsoft.com/en-us/graph/insights-customize-item-insights-privacy
I'll give it a try and get back here to let you know the result- FrichtrCopper Contributor
Hi Rafael,
do you already have a result?
I've got the same problem and can't find anything regarding this topic...
Thanks in advance!
Greetings
- RafaelVarelaBrass ContributorSorry for the delay.
Today I've just disabled the item insights for a group to test the results/consequences on a limited scope but these changes can take up to 24 hours to be applied across all Microsoft 365.
I hope I will provide you with more information in a couple days.
- Jeff ColeCopper Contributor
TheHailender There is currently a method to update the people insights within Graph explorer. It is still in preview and can take up to 24 hours to apply.
Customizing people insights privacy in Microsoft Graph - Microsoft Graph | Microsoft Docs