
Microsoft Teams API Integration Profile
Information and guides about integrating with Microsoft Teams API
Add Microsoft Teams Integration to Your ProductList chats in Microsoft Teams API
Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to.
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Query | query | object | |
Top | query.$top | integer | |
Skip | query.$skip | integer | |
Search | query.$search | string | |
Filter | query.$filter | string |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Odata Count | @odata.count | integer | |
Odata Next Link | @odata.nextLink | string | |
Value | value | array of items | |
Odata Type | item.@odata.type | string | |
Id | item.id | string | The unique identifier for an entity. Read-only. |