CallRecordParticipants
Returns details of participants in peer-to-peer and group calls in Microsoft Teams.
View-Specific Information
Select
The provider uses the Microsoft Teams API to filter the results by the following column and operator while the rest of the filter is executed client-side within the provider:
- CallRecordsId supports the = operator.
For example, the following query is processed server-side:
SELECT * FROM CallRecordParticipants WHERE CallRecordsId = 'b6ee7caa-f730-451f-b6bd-24592a3429a7'
Note: A CallRecordsId can be acquired by querying the Id column of the CallRecords table.
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique identifier for the call record participant in Microsoft Teams. |
| CallRecordsId | String | Identifier of the call record associated with the participant. |
| displayName | String | Display name of the call record participant. |
| userId | String | Unique user identifier for the call record participant in Microsoft Teams. |
| tenantId | String | Identifier of the Microsoft 365 tenant associated with the participant. |
| userPrincipalName | String | User Principal Name (UPN) of the call record participant. |