
Microsoft Teams API Integration Profile
Information and guides about integrating with Microsoft Teams API
Add Microsoft Teams Integration to Your ProductHow to work with Chats in Microsoft Teams API
Chats Fields
Field Name | API Key | Type | Description |
---|---|---|---|
Chat Type | chatType | string | Specifies the type of chat. Possible values are: group, oneOnOne, meeting, unknownFutureValue. |
Created Date Time | createdDateTime | string | Date and time at which the chat was created. Read-only. |
Id | id | string | The chat's unique identifier. Read-only. |
Last Updated Date Time | lastUpdatedDateTime | string | Date and time at which the chat was renamed or list of members were last changed. Read-only. |
Online Meeting Info | onlineMeetingInfo | object | Represents details about an online meeting. If the chat isn't associated with an online meeting, the property is empty. Read-only. |