UserPresence
UserPresence table for MSTeams data provider.
Table Specific Information
Select
The driver will use the Microsoft Teams API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the driver.
- Id supports '=' operator.
Following is an example query:
SELECT * FROM UserPresence
SELECT * FROM UserPresence WHERE Id = '142478877'
SELECT * from UserPresence WHERE Id IN ('0409f710-2aa9-4f05-8944-ef382160f1d1','04a54c2f-2402-4cee-ac8e-9eee05d0dd30')
Columns
| Name | Type | Description |
| Id | String | Id of the users. |
| Availability | String | Availbility of user |
| Activity | String | Activity of user |