UserPresence
UserPresence table for MSTeams data provider.
Table Specific Information
Select
The add-in 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 add-in.
- Id supports '=' operator.
Following is an example query:
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 |