Forum Discussion

TheHailender's avatar
TheHailender
Brass Contributor
Jul 24, 2019
Solved

Hide the 'works with' information on the Office 365 profile card

Hello,
Is it possible to hide the works with Information in the organization-tab on the Office 365 https://support.office.com/en-us/article/Profile-cards-in-Office-365-e80f931f-5fc4-4a59-ba6e-c1e35a85b501?
And knows somebody how the works with Information will generated?
FYI: I disabled OfficeGraph in the SharePoint AdminCenter.

Thx

  • AFAIK, there is not currently a way to customize the people card in Office 365

66 Replies

  • Jeff Cole's avatar
    Jeff Cole
    Copper 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. 

    https://docs.microsoft.com/en-us/graph/insights-customize-people-insights-privacy

     

  • 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: 

     
     
     
    • Olivegreen2080's avatar
      Olivegreen2080
      Copper Contributor
      PeterNjorogeMS,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
    • RafaelVarela's avatar
      RafaelVarela
      Brass Contributor
      I 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
  • RafaelVarela's avatar
    RafaelVarela
    Brass Contributor
    AFAIK 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
    • Frichtr's avatar
      Frichtr
      Copper Contributor

      RafaelVarela 

       

      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

      • RafaelVarela's avatar
        RafaelVarela
        Brass Contributor
        Sorry 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.
    • RafaelVarela's avatar
      RafaelVarela
      Brass Contributor
      That page only talks about adding additional attributes, not about hiding or removing unwanted information.
    • TheHailender's avatar
      TheHailender
      Brass 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 ;-)

       

       

      • jcgonzalezmartin's avatar
        jcgonzalezmartin
        MVP
        AFAIK, there is not currently a way to customize the people card in Office 365

Resources