externalMeetingRegistration 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 external registration details of an online meeting.
Inherits from meetingRegistrationBase.
Methods
| Method | Return type | Description |
|---|---|---|
| Create externalMeetingRegistration | externalMeetingRegistration | Create a new externalMeetingRegistration object. |
| Get externalMeetingRegistration | externalMeetingRegistration | Read the properties and relationships of an externalMeetingRegistration object. |
| Delete externalMeetingRegistration | None | Delete an externalMeetingRegistration object. |
Properties
| Property | Type | Description |
|---|---|---|
| allowedRegistrant | meetingAudience | Specifies who can register for the meeting. Inherited from meetingRegistrationBase. |
meetingAudience values
| Value | Description |
|---|---|
| everyone | Everyone can register for the meeting. |
| organization | Everyone in the organizer’s organization can register for the meeting. |
| unknownFutureValue | Evolvable enumeration sentinel value. Do not use. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| registrants | externalMeetingRegistrant collection | Registrants of the online meeting. |
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.externalMeetingRegistration",
"allowedRegistrant": "String",
"registrants": [{ "@odata.type": "microsoft.graph.externalMeetingRegistrant" }]
}
Feedback
Submit and view feedback for