Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.46 KB

File metadata and controls

52 lines (40 loc) · 1.46 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

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