Forum Discussion
alimak
Aug 21, 2025Copper Contributor
joinUrl is null when fetching via /chats/
Hi we have a production app for Teams that has broken as a result of a seemingly random api change that we can't find any documentation for in the api change log or anywhere for that matter. We ar...
Victor-RD
Aug 26, 2025Occasional Reader
I have the same problem, suddenly joinWebUrl is null without any change in our side, this is impacting our app
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#chats(onlineMeetingInfo)/$entity",
"onlineMeetingInfo": {
"calendarEventId": null,
"joinWebUrl": null,
"organizer": {
"id": null,
"displayName": null,
"userIdentityType": "aadUser"
}
}
}