Skip to content

Commit 228c672

Browse files
authored
Merge branch 'main' into exoimexapi-ga-updates
2 parents 1fdf72f + 1da2bf2 commit 228c672

20 files changed

Lines changed: 311 additions & 32 deletions

api-reference/beta/api/attendancerecord-list.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,33 @@ Content-Type: application/json
159159
"leaveDateTime": "2021-10-05T04:43:49.7702391Z",
160160
"durationInSeconds": 322
161161
}
162+
],
163+
"engagements": [
164+
{
165+
"engagementType": "reaction",
166+
"engagementSubType": "like",
167+
"dateTime": "2026-04-02T22:10:30Z"
168+
},
169+
{
170+
"engagementType": "reaction",
171+
"engagementSubType": "applause",
172+
"dateTime": "2026-04-02T22:15:00Z"
173+
},
174+
{
175+
"engagementType": "hand",
176+
"engagementSubType": "raiseHand",
177+
"dateTime": "2026-04-02T22:20:00Z"
178+
},
179+
{
180+
"engagementType": "camera",
181+
"engagementSubType": "cameraOn",
182+
"dateTime": "2026-04-02T22:25:00Z"
183+
},
184+
{
185+
"engagementType": "microphone",
186+
"engagementSubType": "unmute",
187+
"dateTime": "2026-04-02T22:30:00Z"
188+
}
162189
]
163190
},
164191
{
@@ -177,6 +204,23 @@ Content-Type: application/json
177204
"leaveDateTime": "2021-10-04T23:18:57.5639338Z",
178205
"durationInSeconds": 314
179206
}
207+
],
208+
"engagements": [
209+
{
210+
"engagementType": "reaction",
211+
"engagementSubType": "like",
212+
"dateTime": "2026-04-02T22:10:30Z"
213+
},
214+
{
215+
"engagementType": "reaction",
216+
"engagementSubType": "applause",
217+
"dateTime": "2026-04-02T22:15:00Z"
218+
},
219+
{
220+
"engagementType": "microphone",
221+
"engagementSubType": "unmute",
222+
"dateTime": "2026-04-02T22:30:00Z"
223+
}
180224
]
181225
}
182226
]
@@ -282,6 +326,33 @@ Content-Type: application/json
282326
"leaveDateTime": "2022-06-29T22:59:18.5180137Z",
283327
"durationInSeconds": 209
284328
}
329+
],
330+
"engagements": [
331+
{
332+
"engagementType": "reaction",
333+
"engagementSubType": "like",
334+
"dateTime": "2026-04-02T22:10:30Z"
335+
},
336+
{
337+
"engagementType": "reaction",
338+
"engagementSubType": "applause",
339+
"dateTime": "2026-04-02T22:15:00Z"
340+
},
341+
{
342+
"engagementType": "hand",
343+
"engagementSubType": "raiseHand",
344+
"dateTime": "2026-04-02T22:20:00Z"
345+
},
346+
{
347+
"engagementType": "camera",
348+
"engagementSubType": "cameraOn",
349+
"dateTime": "2026-04-02T22:25:00Z"
350+
},
351+
{
352+
"engagementType": "microphone",
353+
"engagementSubType": "unmute",
354+
"dateTime": "2026-04-02T22:30:00Z"
355+
}
285356
]
286357
}
287358
]

api-reference/beta/api/subscription-delete.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.localizationpriority: medium
55
author: "jessieli-ad"
66
doc_type: apiPageType
77
ms.subservice: change-notifications
8-
ms.date: 07/26/2024
8+
ms.date: 05/05/2026
99
---
1010

1111
# Delete subscription
@@ -29,6 +29,8 @@ Depending on the resource and the permission type (delegated or application) req
2929
3030
| Supported resource | Delegated (work or school account) | Delegated (personal Microsoft account) | Application |
3131
|:-----|:-----|:-----|:-----|
32+
|[aiInsights](/microsoft-365/copilot/extensibility/api/ai-services/meeting-insights/resources/callaiinsight) <br /> `/copilot/users/{userId}/onlineMeetings/getAllAiInsights` <br /> Copilot AI insights from meetings that a particular user is part of. | OnlineMeetingAiInsight.Read.All | Not supported. | OnlineMeetingAiInsight.Read.All |
33+
|[aiInsights](/microsoft-365/copilot/extensibility/api/ai-services/meeting-insights/resources/callaiinsight) <br/> `/copilot/users/{userId}/onlineMeetings/{onlineMeetingId}/aiInsights` <br/> Copilot AI insights for a particular meeting. | OnlineMeetingAiInsight.Read.All | Not supported. | OnlineMeetingAiInsight.Read.All |
3234
|[aiInteraction](/microsoft-365-copilot/extensibility/api/ai-services/interaction-export/resources/aiinteraction) <br /> `copilot/users/{userId}/interactionHistory/getAllEnterpriseInteractions` <br /> Copilot AI interactions that a particular user is part of. | AiEnterpriseInteraction.Read | Not supported. | AiEnterpriseInteraction.Read.All, AiEnterpriseInteraction.Read.User |
3335
|[aiInteraction](/microsoft-365-copilot/extensibility/api/ai-services/interaction-export/resources/aiinteraction) <br /> `copilot/interactionHistory/getAllEnterpriseInteractions` <br /> Copilot AI interactions in an organization. | Not supported. | Not supported. | AiEnterpriseInteraction.Read.All |
3436
|[approvalItems](../resources/approvalItem.md) | Not supported. | Not supported. | ApprovalSolution.ReadWrite.All |
@@ -99,6 +101,9 @@ Depending on the resource and the permission type (delegated or application) req
99101
100102
[!INCLUDE [teams-subscription-notes](../../includes/teams-subscription-notes.md)]
101103

104+
<!-- ### aiInsights -->
105+
[!INCLUDE [copilot-aiinsights-subscription-notes.md](../../includes/copilot-aiinsights-subscription-notes.md)]
106+
102107
<!-- ### aiInteraction -->
103108
[!INCLUDE [copilot-aiinteraction-subscription-notes.md](../../includes/copilot-aiinteraction-subscription-notes.md)]
104109

api-reference/beta/api/subscription-get.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.localizationpriority: medium
55
author: "jessieli-ad"
66
doc_type: apiPageType
77
ms.subservice: change-notifications
8-
ms.date: 07/26/2024
8+
ms.date: 05/05/2026
99
---
1010

1111
# Get subscription
@@ -29,6 +29,8 @@ Depending on the resource and the permission type (delegated or application) req
2929
3030
| Supported resource | Delegated (work or school account) | Delegated (personal Microsoft account) | Application |
3131
|:-----|:-----|:-----|:-----|
32+
|[aiInsights](/microsoft-365/copilot/extensibility/api/ai-services/meeting-insights/resources/callaiinsight) <br/> `/copilot/users/{userId}/onlineMeetings/getAllAiInsights` <br /> Copilot AI insights from meetings that a particular user is part of. | OnlineMeetingAiInsight.Read.All | Not supported. | OnlineMeetingAiInsight.Read.All |
33+
|[aiInsights](/microsoft-365/copilot/extensibility/api/ai-services/meeting-insights/resources/callaiinsight) <br/> `/copilot/users/{userId}/onlineMeetings/{onlineMeetingId}/aiInsights` <br/> Copilot AI insights for a particular meeting. | OnlineMeetingAiInsight.Read.All | Not supported. | OnlineMeetingAiInsight.Read.All |
3234
|[aiInteraction](/microsoft-365-copilot/extensibility/api/ai-services/interaction-export/resources/aiinteraction) <br /> `copilot/users/{userId}/interactionHistory/getAllEnterpriseInteractions` <br /> Copilot AI interactions that a particular user is part of. | AiEnterpriseInteraction.Read | Not supported. | AiEnterpriseInteraction.Read.All, AiEnterpriseInteraction.Read.User |
3335
|[aiInteraction](/microsoft-365-copilot/extensibility/api/ai-services/interaction-export/resources/aiinteraction) <br /> `copilot/interactionHistory/getAllEnterpriseInteractions` <br /> Copilot AI interactions in an organization. | Not supported. | Not supported. | AiEnterpriseInteraction.Read.All |
3436
|[approvalItems](../resources/approvalItem.md) | Not supported. | Not supported. | ApprovalSolution.ReadWrite.All |
@@ -99,6 +101,9 @@ Depending on the resource and the permission type (delegated or application) req
99101
100102
[!INCLUDE [teams-subscription-notes](../../includes/teams-subscription-notes.md)]
101103

104+
<!-- ### aiInsights -->
105+
[!INCLUDE [copilot-aiinsights-subscription-notes.md](../../includes/copilot-aiinsights-subscription-notes.md)]
106+
102107
<!-- ### aiInteraction -->
103108
[!INCLUDE [copilot-aiinteraction-subscription-notes.md](../../includes/copilot-aiinteraction-subscription-notes.md)]
104109

api-reference/beta/api/subscription-list.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.localizationpriority: medium
55
author: "jessieli-ad"
66
doc_type: apiPageType
77
ms.subservice: change-notifications
8-
ms.date: 07/26/2024
8+
ms.date: 05/05/2026
99
ms.custom: sfi-ga-nochange
1010
---
1111

@@ -30,8 +30,10 @@ Depending on the resource and the permission type (delegated or application) req
3030
3131
| Supported resource | Delegated (work or school account) | Delegated (personal Microsoft account) | Application |
3232
|:-----|:-----|:-----|:-----|
33+
|[aiInsights](/microsoft-365/copilot/extensibility/api/ai-services/meeting-insights/resources/callaiinsight) <br /> `/copilot/users/{userId}/onlineMeetings/getAllAiInsights` <br /> Copilot AI insights from meetings that a particular user is part of. | OnlineMeetingAiInsight.Read.All | Not supported. | OnlineMeetingAiInsight.Read.All |
34+
|[aiInsights](/microsoft-365/copilot/extensibility/api/ai-services/meeting-insights/resources/callaiinsight) <br/> `/copilot/users/{userId}/onlineMeetings/{onlineMeetingId}/aiInsights` <br/> Copilot AI insights for a particular meeting. | OnlineMeetingAiInsight.Read.All | Not supported. | OnlineMeetingAiInsight.Read.All |
3335
|[aiInteraction](/microsoft-365-copilot/extensibility/api/ai-services/interaction-export/resources/aiinteraction) <br /> `copilot/users/{userId}/interactionHistory/getAllEnterpriseInteractions` <br /> Copilot AI interactions that a particular user is part of. | AiEnterpriseInteraction.Read | Not supported. | AiEnterpriseInteraction.Read.All, AiEnterpriseInteraction.Read.User |
34-
|[aiInteraction](/microsoft-365-copilot/extensibility/api/ai-services/interaction-export/resources/aiinteraction) <br /> `copilot/interactionHistory/getAllEnterpriseInteractions` <br /> Copilot AI interactions in an organization. | Not supported. | Not supported. | AiEnterpriseInteraction.Read.All |
36+
|[aiInteraction](/microsoft-365-copilot/extensibility/api/ai-services/interaction-export/resources/aiinteraction) <br /> `copilot/interactionHistory/getAllEnterpriseInteractions` <br /> Copilot AI interactions in an organization. | Not supported. | Not supported. | AiEnterpriseInteraction.Read.All |
3537
|[approvalItems](../resources/approvalItem.md) | Not supported. | Not supported. | ApprovalSolution.ReadWrite.All |
3638
|[callRecord](../resources/callrecords-callrecord.md) | Not supported. | Not supported. | CallRecords.Read.All |
3739
|[callRecording](../resources/callrecording.md) <br /> `communications/onlineMeetings/getAllRecordings` <br /> Any recording becomes available in the tenant. | Not supported. | Not supported. | OnlineMeetingRecording.Read.All |
@@ -99,6 +101,9 @@ Depending on the resource and the permission type (delegated or application) req
99101
100102
Response results are based on the context of the calling app. The following sections describe the common scenarios.
101103

104+
<!-- ### aiInsights -->
105+
[!INCLUDE [copilot-aiinsights-subscription-notes.md](../../includes/copilot-aiinsights-subscription-notes.md)]
106+
102107
<!-- ### aiInteraction -->
103108
[!INCLUDE [copilot-aiinteraction-subscription-notes.md](../../includes/copilot-aiinteraction-subscription-notes.md)]
104109

api-reference/beta/api/subscription-post-subscriptions.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.localizationpriority: medium
55
author: "jessieli-ad"
66
doc_type: apiPageType
77
ms.subservice: change-notifications
8-
ms.date: 07/26/2024
8+
ms.date: 05/05/2026
99
---
1010

1111
# Create subscription
@@ -34,6 +34,8 @@ Depending on the resource and the permission type (delegated or application) req
3434
3535
| Supported resource | Delegated (work or school account) | Delegated (personal Microsoft account) | Application |
3636
|:-----|:-----|:-----|:-----|
37+
|[aiInsights](/microsoft-365/copilot/extensibility/api/ai-services/meeting-insights/resources/callaiinsight) <br /> `/copilot/users/{userId}/onlineMeetings/getAllAiInsights` <br /> Copilot AI insights from meetings that a particular user is part of. | OnlineMeetingAiInsight.Read.All | Not supported. | OnlineMeetingAiInsight.Read.All |
38+
|[aiInsights](/microsoft-365/copilot/extensibility/api/ai-services/meeting-insights/resources/callaiinsight) <br/> `/copilot/users/{userId}/onlineMeetings/{onlineMeetingId}/aiInsights` <br/> Copilot AI insights for a particular meeting. | OnlineMeetingAiInsight.Read.All | Not supported. | OnlineMeetingAiInsight.Read.All |
3739
|[aiInteraction](/microsoft-365-copilot/extensibility/api/ai-services/interaction-export/resources/aiinteraction) <br /> `copilot/users/{userId}/interactionHistory/getAllEnterpriseInteractions` <br /> Copilot AI interactions that a particular user is part of. | AiEnterpriseInteraction.Read | Not supported. | AiEnterpriseInteraction.Read.All, AiEnterpriseInteraction.Read.User |
3840
|[aiInteraction](/microsoft-365-copilot/extensibility/api/ai-services/interaction-export/resources/aiinteraction) <br /> `copilot/interactionHistory/getAllEnterpriseInteractions` <br /> Copilot AI interactions in an organization. | Not supported. | Not supported. | AiEnterpriseInteraction.Read.All |
3941
|[approvalItems](../resources/approvalItem.md) | Not supported. | Not supported. | ApprovalSolution.ReadWrite.All |
@@ -105,6 +107,9 @@ Depending on the resource and the permission type (delegated or application) req
105107
106108
[!INCLUDE [teams-subscription-notes](../../includes/teams-subscription-notes.md)]
107109

110+
<!-- ### aiInsights -->
111+
[!INCLUDE [copilot-aiinsights-subscription-notes.md](../../includes/copilot-aiinsights-subscription-notes.md)]
112+
108113
<!-- ### aiInteraction -->
109114
[!INCLUDE [copilot-aiinteraction-subscription-notes.md](../../includes/copilot-aiinteraction-subscription-notes.md)]
110115

api-reference/beta/api/subscription-reauthorize.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: "jessieli-ad"
55
ms.localizationpriority: medium
66
ms.subservice: change-notifications
77
doc_type: apiPageType
8-
ms.date: 06/07/2024
8+
ms.date: 05/05/2026
99
---
1010

1111
# subscription: reauthorize
@@ -26,6 +26,8 @@ Depending on the resource and the permission type (delegated or application) req
2626
2727
| Supported resource | Delegated (work or school account) | Delegated (personal Microsoft account) | Application |
2828
|:-----|:-----|:-----|:-----|
29+
|[aiInsights](/microsoft-365/copilot/extensibility/api/ai-services/meeting-insights/resources/callaiinsight) <br /> `/copilot/users/{userId}/onlineMeetings/getAllAiInsights` <br /> Copilot AI insights from meetings that a particular user is part of. | OnlineMeetingAiInsight.Read.All | Not supported. | OnlineMeetingAiInsight.Read.All |
30+
|[aiInsights](/microsoft-365/copilot/extensibility/api/ai-services/meeting-insights/resources/callaiinsight) <br/> `/copilot/users/{userId}/onlineMeetings/{onlineMeetingId}/aiInsights` <br/> Copilot AI insights for a particular meeting. | OnlineMeetingAiInsight.Read.All | Not supported. | OnlineMeetingAiInsight.Read.All |
2931
|[aiInteraction](/microsoft-365-copilot/extensibility/api/ai-services/interaction-export/resources/aiinteraction) <br /> `copilot/users/{userId}/interactionHistory/getAllEnterpriseInteractions` <br /> Copilot AI interactions that a particular user is part of. | AiEnterpriseInteraction.Read | Not supported. | AiEnterpriseInteraction.Read.All, AiEnterpriseInteraction.Read.User |
3032
|[aiInteraction](/microsoft-365-copilot/extensibility/api/ai-services/interaction-export/resources/aiinteraction) <br /> `copilot/interactionHistory/getAllEnterpriseInteractions` <br /> Copilot AI interactions in an organization. | Not supported. | Not supported. | AiEnterpriseInteraction.Read.All |
3133
|[approvals](../resources/approvalitem.md) | Not supported. | Not supported. | ApprovalSolution.ReadWrite.All |
@@ -95,6 +97,9 @@ Depending on the resource and the permission type (delegated or application) req
9597
9698
[!INCLUDE [teams-subscription-notes](../../includes/teams-subscription-notes.md)]
9799

100+
<!-- ### aiInsights -->
101+
[!INCLUDE [copilot-aiinsights-subscription-notes.md](../../includes/copilot-aiinsights-subscription-notes.md)]
102+
98103
<!-- ### aiInteraction -->
99104
[!INCLUDE [copilot-aiinteraction-subscription-notes.md](../../includes/copilot-aiinteraction-subscription-notes.md)]
100105

api-reference/beta/api/subscription-update.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.localizationpriority: medium
55
author: "jessieli-ad"
66
doc_type: apiPageType
77
ms.subservice: change-notifications
8-
ms.date: 07/26/2024
8+
ms.date: 05/05/2026
99
---
1010

1111
# Update subscription
@@ -31,6 +31,8 @@ Depending on the resource and the permission type (delegated or application) req
3131
3232
| Supported resource | Delegated (work or school account) | Delegated (personal Microsoft account) | Application |
3333
|:-----|:-----|:-----|:-----|
34+
|[aiInsights](/microsoft-365/copilot/extensibility/api/ai-services/meeting-insights/resources/callaiinsight) <br /> `/copilot/users/{userId}/onlineMeetings/getAllAiInsights` <br /> Copilot AI insights from meetings that a particular user is part of. | OnlineMeetingAiInsight.Read.All | Not supported. | OnlineMeetingAiInsight.Read.All |
35+
|[aiInsights](/microsoft-365/copilot/extensibility/api/ai-services/meeting-insights/resources/callaiinsight) <br/> `/copilot/users/{userId}/onlineMeetings/{onlineMeetingId}/aiInsights` <br/> Copilot AI insights for a particular meeting. | OnlineMeetingAiInsight.Read.All | Not supported. | OnlineMeetingAiInsight.Read.All |
3436
|[aiInteraction](/microsoft-365-copilot/extensibility/api/ai-services/interaction-export/resources/aiinteraction) <br /> `copilot/users/{userId}/interactionHistory/getAllEnterpriseInteractions` <br /> Copilot AI interactions that a particular user is part of. | AiEnterpriseInteraction.Read | Not supported. | AiEnterpriseInteraction.Read.All, AiEnterpriseInteraction.Read.User |
3537
|[aiInteraction](/microsoft-365-copilot/extensibility/api/ai-services/interaction-export/resources/aiinteraction) <br /> `copilot/interactionHistory/getAllEnterpriseInteractions` <br /> Copilot AI interactions in an organization. | Not supported. | Not supported. | AiEnterpriseInteraction.Read.All |
3638
|[approvalItems](../resources/approvalItem.md) | Not supported. | Not supported. | ApprovalSolution.ReadWrite.All |
@@ -101,6 +103,9 @@ Depending on the resource and the permission type (delegated or application) req
101103
102104
[!INCLUDE [teams-subscription-notes](../../includes/teams-subscription-notes.md)]
103105

106+
<!-- ### aiInsights -->
107+
[!INCLUDE [copilot-aiinsights-subscription-notes.md](../../includes/copilot-aiinsights-subscription-notes.md)]
108+
104109
<!-- ### aiInteraction -->
105110
[!INCLUDE [copilot-aiinteraction-subscription-notes.md](../../includes/copilot-aiinteraction-subscription-notes.md)]
106111

api-reference/beta/resources/attendancerecord.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Contains information associated with an attendance record in a [meetingAttendanc
2828
|:--------------------|:--------|:-----------|
2929
| attendanceIntervals | [attendanceInterval](attendanceinterval.md) collection | List of time periods between joining and leaving a meeting. |
3030
| emailAddress | String | Email address of the user associated with this attendance record. |
31+
| engagements | [meetingEngagement](meetingengagement.md) collection | The list of real-time participant interaction behaviors during a meeting. |
3132
| externalRegistrationInformation | [virtualEventExternalRegistrationInformation](../resources/virtualeventexternalregistrationinformation.md) | The external information for a virtual event registration. |
3233
| identity | [identity](identity.md) | Identity of the user associated with this attendance record. The specific type will be one of the following derived types of [identity](identity.md), depending on the type of the user: [communicationsUserIdentity](communicationsUserIdentity.md), [azureCommunicationServicesUserIdentity](azureCommunicationServicesUserIdentity.md). |
3334
| role | String | Role of the attendee. The possible values are: `None`, `Attendee`, `Presenter`, and `Organizer`. |
@@ -73,6 +74,11 @@ The following JSON representation shows the resource type.
7374
"@odata.type": "#microsoft.graph.virtualEventExternalRegistrationInformation",
7475
"referrer": "String",
7576
"registrationId": "String"
76-
}
77+
},
78+
"engagements": [
79+
{
80+
"@odata.type": "#microsoft.graph.meetingEngagement"
81+
}
82+
]
7783
}
7884
```

0 commit comments

Comments
 (0)