teamworkConversationIdentity resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a conversation (chat, team, or channel) in Microsoft Teams.
Inherits from identity.
Properties
Property | Type | Description |
---|---|---|
conversationIdentityType | teamworkConversationIdentityType | Type of conversation. 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"
}