Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.16 KB

File metadata and controls

54 lines (42 loc) · 1.16 KB
title channelIdentity resource type
description Represents the identity of a channel in Microsoft Teams.
author Kanaka
doc_type resourcePageType
ms.localizationpriority medium
ms.subservice teams
ms.date 07/22/2024

channelIdentity resource type

[!INCLUDE beta-disclaimer]

Contains basic identification information about a channel in Microsoft Teams.

Properties

Property Type Description
channelId string The identity of the channel in which the message was posted.
teamId string The identity of the team in which the message was posted.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
   "channelId":"string",
   "teamId":"string"
}