Share via

Microsoft Graph Internal Server Error patching group with app permissions for hideFromAddressLists

Ronald van Helden 95 Reputation points
2026-01-07T12:48:17.27+00:00

Hi,

Since this morning we are getting errors from microsoft graph when patching a group settings

  • hideFromAddressLists
  • hideFromOutlookClients

we haven't changed anything on our side, and this is executed with application permissions. this is the same issue which multiple people commented on that it is occuring again. Existing previous question

The following is part of our logs.

fail: Failed to update group properties (InternalServerError):

{
   "error":{
      "code":"ErrorInternalServerError",
      "message":"An internal server error occurred. The operation failed., Value cannot be null. (Parameter 'tenant')",
      "innerError":{
         "date":"2026-01-07T12:09:58",
         "request-id":"41634dc2-80c8-45b8-933d-aa8cf5f9492c",
         "client-request-id":"30e55dfa-179c-4ccd-9dfa-f928f0013bbc"
      }
   }
}

When sending a patch request with body https://graph.microsoft.com/v1.0/groups/<guid>

{
   "@odata.type":"#microsoft.graph.group",
   "hideFromAddressLists":true,
   "hideFromOutlookClients":false
}
Microsoft Security | Microsoft Graph

8 answers

Sort by: Most helpful
  1. Thomas Vanderbeeck 0 Reputation points
    2026-01-09T13:24:12.95+00:00

    We have the same issue with multiple customers.

    With one of the customers we also introduced a ticket towards MS

    Was this answer helpful?

    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Piotr Scaber 0 Reputation points
    2026-01-09T09:00:12.35+00:00

    Same issue here !

    Was this answer helpful?

    0 comments No comments

  4. Kolly Joël 0 Reputation points
    2026-01-09T08:53:25.29+00:00

    Same issue here ! impacting our Teams Factory ! URGENT

    Was this answer helpful?

    0 comments No comments

  5. DerekLiu-0736 0 Reputation points
    2026-01-07T21:19:03.2533333+00:00

    Same, I've also opened a ticket. Good to know they are aware of it.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.