Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.28 KB

File metadata and controls

46 lines (37 loc) · 1.28 KB
title teamworkConversationIdentity resource type
description Represents a conversation in Microsoft Teams.
author RamjotSingh
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

teamworkConversationIdentity resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a conversation (chat, team, or channel) in Microsoft Teams.

Inherits from identity.

Properties

Property Type Description
conversationIdentityType teamworkConversationIdentityType Type of conversation. The possible values are: team, channel, and chat.
displayName String Inherited from identity. Display name of the conversation. Optional.
id String Inherited from identity. ID of the conversation.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkConversationIdentity",
  "id": "String (identifier)",
  "displayName": "String",
  "conversationIdentityType": "String"
}