Edit

virtualEventTownhallRegistrationConfiguration resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Contains information about a town hall registration configuration.

Inherits from virtualEventRegistrationConfiguration.

Methods

Method Return type Description
Get virtualEventTownhallRegistrationConfiguration Read the properties and relationships of a virtualEventTownhallRegistrationConfiguration object.

Properties

Property Type Description
capacity Int32 Total capacity of the town hall. Inherited from virtualEventRegistrationConfiguration.
id String Unique identifier for the virtualEventRegistrationConfiguration object. Inherited from virtualEventRegistrationConfiguration.
isManualApprovalEnabled Boolean Indicates whether registrations require organizer approval before a participant is confirmed. Inherited from virtualEventRegistrationConfiguration.
isWaitlistEnabled Boolean Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. Inherited from virtualEventRegistrationConfiguration.
registrationWebUrl String Registration portal URL of the town hall. Inherited from virtualEventRegistrationConfiguration.

Relationships

Relationship Type Description
questions virtualEventRegistrationQuestionBase collection Registration questions.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.virtualEventTownhallRegistrationConfiguration",
  "id": "String (identifier)",
  "registrationWebUrl": "String",
  "capacity": "Int32",
  "isWaitlistEnabled": "Boolean",
  "isManualApprovalEnabled": "Boolean"
}