An API that connects multiple Microsoft services, enabling data access and automation across platforms
They have resolved the issue by reverting a previous change to graph, for us it is working again.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Since this morning we are getting errors from microsoft graph when patching a group settings
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
}
An API that connects multiple Microsoft services, enabling data access and automation across platforms
They have resolved the issue by reverting a previous change to graph, for us it is working again.
We have the same issue since a couple of days
Same issue here. We've tried hiding unified groups from GAL via:
https://graph.microsoft.com/v1.0/groups/$($groupID)
Update-MgGroup -GroupId $Group.Id -HideFromAddressLists:$true
Set-PnPMicrosoft365Group -Identity $group.Id -HideFromAddressLists $true
We haven't tested the Exchange Online cmdlets
The only way it worked was manually thru the GUI from https://admin.cloud.microsoft/?#/groups/