Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 2.84 KB

File metadata and controls

75 lines (58 loc) · 2.84 KB
title userScopeTeamsAppInstallation resource type
description Represents a teamsApp installed in the personal scope of a user.
author AkJo
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 05/23/2024

userScopeTeamsAppInstallation resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a teamsApp installed in the personal scope of a user. Any bots that are part of the app will become part of a user's personal scope that the app is added to. This type inherits from teamsAppInstallation.

Methods

Method Return Type Description
List apps for user userScopeTeamsAppInstallation collection List apps installed in the personal scope of a user.
Get app installed for user userScopeTeamsAppInstallation List the specified app installed in the personal scope of a user.
Add app for user None Adds (installs) an app in the personal scope of a user.
Remove app for user None Removes (uninstalls) an app in the personal scope of a user.
Upgrade installed app for user None Upgrades to the latest version of the app installed in the personal scope of a user.
Get chat between user and app chat Lists one-on-one chat between the user and the app.

Properties

Property Type Description
id string A unique ID (not the Teams app ID).

Relationships

Relationship Type Description
teamsApp teamsApp The app that is installed.
teamsAppDefinition teamsAppDefinition The details of this version of the app.
chat chat The chat between the user and Teams app.

JSON representation

{
  "id": "string"
}

Related content