An API that connects multiple Microsoft services, enabling data access and automation across platforms
We have the same issue with multiple customers.
With one of the customers we also introduced a ticket towards MS
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
We have the same issue with multiple customers.
With one of the customers we also introduced a ticket towards MS
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
Same issue here ! impacting our Teams Factory ! URGENT
Same, I've also opened a ticket. Good to know they are aware of it.