TeamsAppInstallation.ReadWriteForTeam
Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Does not give the ability to read application-specific settings.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
TeamsAppInstallation.ReadWriteForTeam
permission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReport
command. See How To: Run a quick OAuth app audit of your tenant
Category | Application | Delegated |
---|---|---|
Identifier | - | 2e25a044-2580-450d-8859-42eeb6e996c0 |
DisplayText | - | Manage installed Teams apps in teams |
Description | - | Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Does not give the ability to read application-specific settings. |
AdminConsentRequired | Yes | Yes |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
Methods | |
---|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
- resourceSpecificPermissionGrant
- team
- teamsApp
- teamsAppInstallation
- teamsAppPermissionSet
- teamworkBot
Graph reference: resourceSpecificPermissionGrant
Property | Type | Description |
---|---|---|
clientId | string | ID of the Microsoft Entra app that has been granted access. Read-only. |
clientAppId | string | ID of the service principal of the Microsoft Entra app that has been granted access. Read-only. |
deletedDateTime | dateTimeOffset | Not used. |
id | string | The unique identifier of the resource-specific permission grant. Read-only. |
resourceAppId | string | ID of the Microsoft Entra app that is hosting the resource. Read-only. |
permissionType | string | The type of permission. Possible values are: Application , Delegated . Read-only. |
permission | string | The name of the resource-specific permission. Read-only. |