Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 2.02 KB

File metadata and controls

56 lines (43 loc) · 2.02 KB
title meetingRegistrantBase resource type
description Represents a base meeting registrant who enrolled in an online meeting.
author awang119
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
toc.title Meeting Registrant Base (deprecated)
ms.date 10/15/2024

meetingRegistrantBase resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a base meeting registrant who enrolled in an online meeting.

Base type of meetingRegistrant and externalMeetingRegistrant.

Tip

This is an abstract type and cannot be used directly. Use the derived type meetingRegistrant or externalMeetingRegistrant instead.

Caution

The 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.

Properties

Property Type Description
id String The unique identifier of the registrant. Read-only.
joinWebUrl String A unique web URL for the registrant to join the meeting. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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