Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Contains information about a webinar registration configuration.
Inherits from virtualEventRegistrationConfiguration.
Methods
| Method | Return type | Description |
|---|---|---|
| Get | virtualEventWebinarRegistrationConfiguration | Read the properties and relationships of a virtualEventWebinarRegistrationConfiguration object. |
Properties
| Property | Type | Description |
|---|---|---|
| capacity | Int32 | Total capacity of the virtual event. 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 webinar. Inherited from virtualEventRegistrationConfiguration. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.virtualEventWebinarRegistrationConfiguration",
"id": "String (identifier)",
"registrationWebUrl": "String",
"capacity": "Int32",
"isWaitlistEnabled": "Boolean",
"isManualApprovalEnabled": "Boolean"
}