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.
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
Usage
m365 teams user app upgrade
Description
Upgrade an app in the personal scope of the specified user
Options
--id [id]idorname.--name [name]idorname.--userId [userId]userIdoruserNamebut not both.--userName [userName]userIdoruserNamebut not both.Examples
Upgrade an app by name for the specified user using its UPN.
Upgrade an app by name for the specified user using its id.
Upgrade an app by id for the specified user using its UPN.
Upgrade an app by id for the specified user using its id.
Default properties
No response
Additional Info
teamsAppInstallation in personal scope: upgrade