Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 2.96 KB

File metadata and controls

65 lines (51 loc) · 2.96 KB
title externalMeetingRegistrant resource type
description Represents an external meeting registrant who enrolled in an online meeting.
author awang119
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
toc.title External Meeting Registrant (deprecated)
ms.date 10/15/2024

externalMeetingRegistrant resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents an external meeting registrant who enrolled in an online meeting.

Inherits from meetingRegistrantBase.

Caution

The external meeting registrant 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.

Methods

Method Return type Description
List externalMeetingRegistrant collection Get a list of the externalMeetingRegistrant objects and their properties.
Create externalMeetingRegistrant Read the properties and relationships of an externalMeetingRegistrant object.
Delete None Delete an externalMeetingRegistrant object.

Properties

Property Type Description
id String The unique identifier of the registrant in the external registration system. Inherited from meetingRegistrantBase.
joinWebUrl String A unique web URL for the registrant to join the meeting. Inherited from meetingRegistrantBase. Read-only.
tenantId String The tenant ID of this registrant if in Microsoft Entra ID.
userId String The user ID of this registrant if in Microsoft Entra ID.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.externalMeetingRegistrant",
  "id": "String (identifier)",
  "joinWebUrl": "String",
  "userId": "String",
  "tenantId": "String"
}