| 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 |
Namespace: microsoft.graph
Represents a bot in the Microsoft Teams ecosystem.
| Method | Return type | Description |
|---|---|---|
| Get bot | teamworkBot | Read the properties and relationships of a teamworkBot object. |
| Property | Type | Description |
|---|---|---|
| id | String | The ID of the bot associated with the specific teamsAppDefinition. This value is usually a GUID. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkBot",
"id": "String (identifier)"
}- To get bots installed in a team, see example 2 in List apps in team.
- To get bots installed in the personal scope of a user, see example 2 in List apps installed for user.