Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 3.33 KB

File metadata and controls

68 lines (53 loc) · 3.33 KB
title externalMeetingRegistration resource type
description Represents external registration details of an online meeting.
author awang119
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
toc.title External meeting registration (deprecated)
ms.date 10/15/2024

externalMeetingRegistration resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Caution

The external meeting registration API is deprecated and will stop returning data on December 12, 2024. Please use the new webinar APIs. For more information, see Deprecation of the Microsoft Graph meeting registration beta APIs.

Represents external registration details of an onlineMeeting.

Inherits from meetingRegistrationBase.

Methods

Method Return type Description
Create externalMeetingRegistration Create a new externalMeetingRegistration object.
Get externalMeetingRegistration Read the properties and relationships of an externalMeetingRegistration object.
Delete None Delete an externalMeetingRegistration object.

Properties

Property Type Description
allowedRegistrant meetingAudience Specifies who can register for the meeting. Inherited from meetingRegistrationBase.

meetingAudience values

Value Description
everyone Everyone can register for the meeting.
organization Everyone in the organizer’s organization can register for the meeting.
unknownFutureValue Evolvable enumeration sentinel value. Do not use.

Relationships

Relationship Type Description
registrants externalMeetingRegistrant collection Registrants of the online meeting.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.externalMeetingRegistration",
  "allowedRegistrant": "String"
}