Skip to content

Commit a15247c

Browse files
authored
Merge pull request #25477 from microsoftgraph/zihzhan/updateChangelog
VirtualEvent support RegistrationId in AttendanceRecord
2 parents 4170880 + 8112f31 commit a15247c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

api-reference/beta/resources/attendancerecord.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Contains information associated with an attendance record in a [meetingAttendanc
3030
| identity | [identity](identity.md) | Identity of the user associated with this attendance record. The specific type will be one of the following derived types of [identity](identity.md), depending on the type of the user: [communicationsUserIdentity](communicationsUserIdentity.md), [azureCommunicationServicesUserIdentity](azureCommunicationServicesUserIdentity.md). |
3131
| role | String | Role of the attendee. Possible values are: `None`, `Attendee`, `Presenter`, and `Organizer`. |
3232
| registrantId | String | Unique identifier of a [meetingRegistrant](meetingregistrantbase.md). Presents when the participant has registered for the meeting. (deprecated) |
33+
| registrationId | String | Unique identifier of a virtualEventRegistration. Presents for all participant who has registered for the virtualEventWebinar. |
3334
| totalAttendanceInSeconds | Int32 | Total duration of the attendances in seconds. |
3435

3536
> [!TIP]
@@ -54,6 +55,7 @@ The following JSON representation shows the resource type.
5455
"totalAttendanceInSeconds": "Int32",
5556
"role": "String(None|Attendee|Presenter|Organizer)",
5657
"registrantId": "String",
58+
"registrationId": "String",
5759
"identity": {
5860
"@odata.type": "#microsoft.graph.identity"
5961
},

changelog/Microsoft.Skype.Calling.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
22
"changelog": [
3+
{
4+
"ChangeList": [
5+
{
6+
"Id": "2b269909-e7ee-44ad-ab23-6404a88e305e",
7+
"ApiChange": "Property",
8+
"ChangedApiName": "registrationId",
9+
"ChangeType": "Addition",
10+
"Description": "Added the **registrationId** property to the [attendanceRecord](https://learn.microsoft.com/en-us/graph/api/resources/attendanceRecord?view=graph-rest-beta) resource.",
11+
"Target": "attendanceRecord"
12+
}
13+
],
14+
"Id": "2b269909-e7ee-44ad-ab23-6404a88e305e",
15+
"Cloud": "Review",
16+
"Version": "beta",
17+
"CreatedDateTime": "2024-10-21T19:59:02.0963459Z",
18+
"WorkloadArea": "Cloud communications",
19+
"SubArea": "Call"
20+
},
321
{
422
"ChangeList": [
523
{

0 commit comments

Comments
 (0)