Skip to content

Commit 6e9a558

Browse files
committed
Update attendancerecord.md
1 parent ff380eb commit 6e9a558

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-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
},

0 commit comments

Comments
 (0)