| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a conversation (chat, team, or channel) in Microsoft Teams.
Inherits from identity.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkConversationIdentity",
"id": "String (identifier)",
"displayName": "String",
"conversationIdentityType": "String"
}