Skip to content

Commit 6a16ce5

Browse files
authored
Merge pull request #25765 from microsoftgraph/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/microsoftgraph/microsoft-graph-docs-contrib (branch main)
2 parents 0b235fa + 834c9b6 commit 6a16ce5

13 files changed

+61
-39
lines changed

api-reference/beta/resources/aiinteractionhistory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Represents a list of messages exchanged involving AI.
2121

2222
| Method | Return Type | Description|
2323
|:---------------|:--------|:----------|
24-
|[List all enterprise interactions](../api/aiinteractionhistory-getallenterpriseinteractions.md) | [aiinteraction](aiinteraction.md) collection | Get all Microsoft 365 Copilot interactions data, including user prompts to Copilot and the Copilot responses. |
24+
|[List all enterprise interactions](../api/aiinteractionhistory-getallenterpriseinteractions.md) | [aiInteraction](aiinteraction.md) collection | Get all Microsoft 365 Copilot interactions data, including user prompts to Copilot and the Copilot responses. |
2525

2626
## Properties
2727
None.

api-reference/v1.0/api/virtualeventtownhall-cancel.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ author: "frankpeng7"
55
ms.localizationpriority: medium
66
ms.subservice: "cloud-communications"
77
doc_type: apiPageType
8-
ms.date: 08/06/2024
8+
ms.date: 11/22/2024
99
---
1010

1111
# virtualEventTownhall: cancel
1212
Namespace: microsoft.graph
1313

1414
Cancel a [virtualEventTownhall](../resources/virtualeventtownhall.md). A canceled town hall has its **status** set to `canceled` permanently. You can still get a canceled town hall by using the [Get virtualEventTownhall](../api/virtualeventtownhall-get.md) API.
1515

16+
Only the **Organizer** can cancel a townhall event.
17+
1618
## Permissions
1719

1820
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
@@ -71,7 +73,6 @@ POST https://graph.microsoft.com/v1.0/solutions/virtualEvents/townhalls/bce9a3ca
7173

7274
---
7375

74-
---
7576

7677
### Response
7778

api-reference/v1.0/api/virtualeventtownhall-get.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: "frankpeng7"
55
ms.localizationpriority: medium
66
ms.subservice: "cloud-communications"
77
doc_type: apiPageType
8-
ms.date: 08/08/2024
8+
ms.date: 11/22/2024
99
---
1010

1111
# Get virtualEventTownhall
@@ -14,6 +14,8 @@ Namespace: microsoft.graph
1414

1515
Read the properties and relationships of a [virtualEventTownhall](../resources/virtualeventtownhall.md) object.
1616

17+
All roles can get the details of a townhall event.
18+
1719
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
1820

1921
## Permissions

api-reference/v1.0/api/virtualeventtownhall-publish.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ author: "frankpeng7"
55
ms.localizationpriority: medium
66
ms.subservice: "cloud-communications"
77
doc_type: apiPageType
8-
ms.date: 08/06/2024
8+
ms.date: 11/22/2024
99
---
1010

1111
# virtualEventTownhall: publish
1212
Namespace: microsoft.graph
1313

1414
Publish a [virtualEventTownhall](../resources/virtualeventtownhall.md) to make it visible to its audience.
1515

16+
Only the **Organizer** can publish a townhall event.
17+
1618
## Permissions
1719

1820
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
@@ -71,7 +73,6 @@ POST https://graph.microsoft.com/v1.0/solutions/virtualEvents/townhalls/bce9a3ca
7173

7274
---
7375

74-
---
7576

7677
### Response
7778

api-reference/v1.0/api/virtualeventtownhall-update.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ author: "frankpeng7"
55
ms.localizationpriority: medium
66
ms.subservice: "cloud-communications"
77
doc_type: apiPageType
8-
ms.date: 08/08/2024
8+
ms.date:11/22/2024
99
---
1010

1111
# Update virtualEventTownhall
1212
Namespace: microsoft.graph
1313

1414
Update the properties of a [virtualEventTownhall](../resources/virtualeventtownhall.md) object.
1515

16+
Only the **Organizer** and **Co-organizer** can make changes to a townhall event.
17+
1618
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
1719

1820
## Permissions

api-reference/v1.0/api/virtualeventwebinar-cancel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ author: "frankpeng7"
55
ms.localizationpriority: medium
66
ms.subservice: "cloud-communications"
77
doc_type: apiPageType
8-
ms.date: 08/06/2024
8+
ms.date: 11/22/2024
99
---
1010

1111
# virtualEventWebinar: cancel
1212
Namespace: microsoft.graph
1313

1414
Cancel a [virtualEventWebinar](../resources/virtualeventwebinar.md). A canceled webinar has its **status** set to `canceled` permanently. You can still get a canceled webinar by using the [Get virtualEventWebinar](../api/virtualeventwebinar-get.md) API.
1515

16+
Only the **Organizer** can cancel a webinar.
17+
1618
## Permissions
1719

1820
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
@@ -71,8 +73,6 @@ POST https://graph.microsoft.com/v1.0/solutions/virtualEvents/townhalls/a57082a9
7173

7274
---
7375

74-
---
75-
7676
### Response
7777

7878
The following example shows the response.

api-reference/v1.0/api/virtualeventwebinar-get.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ author: "awang119"
55
ms.localizationpriority: medium
66
ms.subservice: "cloud-communications"
77
doc_type: apiPageType
8+
ms.date: 11/22/2024
89
---
910

1011
# Get virtualEventWebinar
1112
Namespace: microsoft.graph
1213

1314
Read the properties and relationships of a [virtualEventWebinar](../resources/virtualeventwebinar.md) object.
1415

16+
All roles can get the details of a webinar event.
17+
1518
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
1619

1720
## Permissions

api-reference/v1.0/api/virtualeventwebinar-publish.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ author: "frankpeng7"
55
ms.localizationpriority: medium
66
ms.subservice: "cloud-communications"
77
doc_type: apiPageType
8+
ms.date: 11/22/2024
89
---
910

1011
# virtualEventWebinar: publish
1112
Namespace: microsoft.graph
1213

1314
Publish a [virtualEventWebinar](../resources/virtualeventwebinar.md) to make it visible to its audience.
1415

16+
Only the **Organizer** can publish a webinar.
17+
1518
## Permissions
1619

1720
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
@@ -70,8 +73,6 @@ POST https://graph.microsoft.com/v1.0/solutions/virtualEvents/webinars/a57082a9-
7073

7174
---
7275

73-
---
74-
7576
### Response
7677

7778
The following example shows the response.

api-reference/v1.0/api/virtualeventwebinar-update.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ author: "frankpeng7"
55
ms.localizationpriority: medium
66
ms.subservice: "cloud-communications"
77
doc_type: apiPageType
8+
ms.date: 11/22/2024
89
---
910

1011
# Update virtualEventWebinar
1112
Namespace: microsoft.graph
1213

1314
Update the properties of a [virtualEventWebinar](../resources/virtualeventwebinar.md) object.
1415

16+
Only the **Organizer** and **Co-organizer** can make changes to a webinar event.
17+
1518
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
1619

1720
## Permissions

api-reference/v1.0/resources/virtualeventtownhall.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: "awang119"
55
ms.localizationpriority: medium
66
ms.subservice: "cloud-communications"
77
doc_type: resourcePageType
8+
ms.date: 11/22/2024
89
---
910

1011
# virtualEventTownhall resource type
@@ -25,6 +26,18 @@ Inherits from [virtualEvent](../resources/virtualevent.md).
2526
| [Publish](../api/virtualeventtownhall-publish.md) | None | Publish a [virtualEventTownhall](../resources/virtualeventtownhall.md).|
2627
| [Cancel](../api/virtualeventtownhall-cancel.md) | None | Cancel a [virtualEventTownhall](../resources/virtualeventtownhall.md).|
2728

29+
### Roles required to act on virtualEventTownhall objects
30+
31+
The following table shows the roles that can perform various actions on virtual event town halls.
32+
33+
|Role | Create | Get | Update | Publish | Cancel |
34+
| ------ | ----------- | ---------- | ---------- | ---------- | ---------- |
35+
|Organizer ||||||
36+
|Co-organizer ||||||
37+
|Presenter ||||||
38+
|Attendee ||||||
39+
|Custom application||||||
40+
2841
## Properties
2942

3043
|Property|Type|Description|

0 commit comments

Comments
 (0)