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

Represents a base meeting registrant who has 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.

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.

JSON representation

The following is a JSON representation of the resource.

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