Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.52 KB

File metadata and controls

55 lines (42 loc) · 1.52 KB
title teamworkBot resource type
description A bot in Microsoft Teams ecosystem.
author AkJo
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

teamworkBot resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a bot in the Microsoft Teams ecosystem.

Methods

Method Return type Description
Get bot teamworkBot Read the properties and relationships of a teamworkBot object.

Properties

Property Type Description
id String The id of the bot associated with the specific teamsAppDefinition. This value is usually a GUID.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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

Related content