virtualEventsRoot resource type

Namespace: microsoft.graph

The container for virtual event APIs.

Methods

Method Return type Description
List webinars virtualEventWebinar collection Get the list of all virtualEventWebinar objects created in a tenant.

Properties

None.

Relationships

Relationship Type Description
townhalls virtualEventTownhall collection A collection of town halls. Nullable.
webinars virtualEventWebinar collection A collection of webinars. Nullable.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.virtualEventsRoot"
}