Microsoft Teams - Get chat action

The Get chat action gets details of a specified chat in Microsoft Teams.

Input

Input fieldDescription
Chat IDEnter the chat ID. You can retrieve this value from the List chats action. Alternatively, you can retrieve it from the chat link by copying the part after https://teams.microsoft.com/l/chat/.
Include membersOptional. Select Yes to include the list of members. Select No to exclude the list of members.

Output

Output fieldDescription
@odata.contextThe metadata URL property in the OData JSON response. It describes the structure, type, and location of the returned data.
Chat IDThe chat unique identifier.
TopicThe group chat topic name. The value is null if the group chat is unnamed or a 1:1 chat.
Created dateThe date the chat was created.
Last updated dateThe date the chat was last updated.
Chat typeThe chat type. Types include oneOnOne and group.
Web URLThe direct link to the chat.
Tenant IDThe chat tenant unique identifier.
Is hidden for all membersA boolean response (true or false) that indicates whether the chat is hidden for all its members.
Online meeting infoDetails about an online meeting, such as the joinUrl, conferenceId, and dial-in phone numbers.

Last updated: