| 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 |
[!INCLUDE beta-disclaimer]
Contains basic identification information about a channel in Microsoft Teams.
| 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. |
None.
The following JSON representation shows the resource type.
{
"channelId":"string",
"teamId":"string"
}