Skip to content

New command: Upgrade installed Teams app for a specified user  #5705

@garrytrinder

Description

@garrytrinder

Usage

m365 teams user app upgrade

Description

Upgrade an app in the personal scope of the specified user

Options

Option Description
--id [id] The unique id of the app instance installed for the user. Specify either id or name.
--name [name] Name of the app instance installed for the user. Specify either id or name.
--userId [userId] The ID of the user to uninstall the app for. Specify userId or userName but not both.
--userName [userName] The UPN of the user to uninstall the app for. Specify userId or userName but not both.

Examples

Upgrade an app by name for the specified user using its UPN.

m365 teams user app upgrade --name HelloWorld --userName [email protected]

Upgrade an app by name for the specified user using its id.

m365 teams user app upgrade --name HelloWorld --userId 2609af39-7775-4f94-a3dc-0dd67657e900

Upgrade an app by id for the specified user using its UPN.

m365 teams user app upgrade --id YzUyN2E0NzAtYTg4Mi00ODFjLTk4MWMtZWU2ZWZhYmE4NWM3IyM0ZDFlYTA0Ny1mMTk2LTQ1MGQtYjJlOS0wZDI4NTViYTA1YTY= --userName [email protected]

Upgrade an app by id for the specified user using its id.

m365 teams user app upgrade --id YzUyN2E0NzAtYTg4Mi00ODFjLTk4MWMtZWU2ZWZhYmE4NWM3IyM0ZDFlYTA0Ny1mMTk2LTQ1MGQtYjJlOS0wZDI4NTViYTA1YTY= --userId 2609af39-7775-4f94-a3dc-0dd67657e900

Default properties

No response

Additional Info

teamsAppInstallation in personal scope: upgrade

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions