UserPresence
UserPresence table for MSTeams data provider.
Table Specific Information
Select
The connector 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 connector.
- 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 |
StatusMessage_ExpiryDateTime_DateTime | String | StatusMessage_ExpiryDateTime_DateTime of user |
StatusMessage_ExpiryDateTime_TimeZone | String | StatusMessage_ExpiryDateTime_TimeZone of user |
StatusMessage_Message_Content | String | StatusMessage_Message_Content of user |
StatusMessage_PublishedDateTime | Datetime | StatusMessage_PublishedDateTime of user |