teamworkBot 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 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
- To get bots installed in a team, see example 2 in List apps in team.
- To get bots installed in a chat, see example 2 in List apps in chat.
- To get bots installed in the personal scope of a user, see example 2 in List apps installed for user.