userScopeTeamsAppInstallation 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 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 installed for user userScopeTeamsAppInstallation collection List apps installed in the personal scope of a user.
Get the installed app 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 app installed 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"
}