externalMeetingRegistrant 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 an external meeting registrant who has enrolled in an online meeting.

Inherits from meetingRegistrantBase.

Methods

Method Return type Description
List externalMeetingRegistrants externalMeetingRegistrant collection Get a list of the externalMeetingRegistrant objects and their properties.
Create externalMeetingRegistrant externalMeetingRegistrant Read the properties and relationships of an externalMeetingRegistrant object.
Delete externalMeetingRegistrant 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.

JSON representation

The following is a JSON representation of the resource.

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