Allows the app to read and write anonymous users' virtual event registrations, without a signed-in user
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the VirtualEventRegistration-Anon.ReadWrite.All permission.
If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant
Category
Application
Delegated
Identifier
23211fc1-f9d1-4e8e-8e9e-08a5d0a109bb
-
DisplayText
Read and write anonymous users' virtual event registrations
-
Description
Allows the app to read and write anonymous users' virtual event registrations, without a signed-in user
Date and time when the registrant cancels their registration for the virtual event. Only appears when applicable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
email
String
Email address of the registrant.
firstName
String
First name of the registrant.
id
String
Unique identifier of the registrant. Read-only. Inherited from entity.
lastName
String
Last name of the registrant.
registrationDateTime
DateTimeOffset
Date and time when the registrant registers for the virtual event. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
registrationQuestionAnswers
virtualEventRegistrationQuestionAnswer collection
The registrant's answer to the registration questions.
status
virtualEventAttendeeRegistrationStatus
Registration status of the registrant. Read-only. Possible values are registered, canceled, waitlisted, pendingApproval, rejectedByOrganizer, and unknownFutureValue.
userId
String
The registrant's ID in Microsoft Entra ID. Only appears when the registrant is registered in Microsoft Entra ID.
To whom the webinar is visible. Possible values are: everyone, organization, and unknownFutureValue.
coOrganizers
communicationsUserIdentity collection
Identity information of coorganizers of the webinar.
createdBy
communicationsIdentitySet
Identity information for the creator of the webinar. Inherited from virtualEvent.
description
itemBody
Description of the webinar. Inherited from virtualEvent.
displayName
String
Display name of the webinar. Inherited from virtualEvent.
endDateTime
dateTimeTimeZone
End time of the webinar. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone.
startDateTime
dateTimeTimeZone
Start time of the webinar. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone.
id
String
Unique identifier of the webinar. Inherited from entity.
settings
virtualEventSettings
The webinar settings. Inherited from virtualEvent.
status
virtualEventStatus
Status of the webinar. Possible values are: draft, published, canceled, and unknownFutureValue. Inherited from virtualEvent.