Microsoft Teams Connector Guide > Microsoft Teams connections > Microsoft Teams connection actions and objects
  

Microsoft Teams connection actions and objects

When you publish a Microsoft Teams connection in Application Integration, the Actions and Objects appear on the Metadata tab.
Consider the following information when you use specific actions and objects:
Additional action parameters
queryParams is the object that holds query key-value pairs.
The following example is used to display the top 10 records of a particular entity type:
<root>
<queryParam>
<propertyName>$top</propertyName>
<value>10</value>
</queryParam>
</root>
Additional HTTP headers
ConsistencyLevel - When specified, the eventual value enhances the query capabilities of actions using the GET method.
Prefer - To include unknown member types, you must provide the include-unknown-enum-members value. Additionally, the Prefer header determines merge behavior. For example, if you attempt to PATCH a nonexistent object and set the Prefer header value to create-if-missing, the object will be created.