externalMeetingRegistrant resource type (deprecated)
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 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. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.externalMeetingRegistrant",
"id": "String (identifier)",
"joinWebUrl": "String",
"userId": "String",
"tenantId": "String"
}