Usage
m365 teams team app list
Description
List apps installed in the specified team
Options
| Option |
Description |
-i, --id [id] |
The Id of the Microsoft Team to list installed apps from. Specify either teamId or teamName but not both |
-n, --name [name] |
The display name of the Microsoft Team to list installed apps from. Specify either teamId or teamName but not both |
Examples
List applications installed in the specified Microsoft Team
m365 teams team app list --id 2eaf7dcd-7e83-4c3a-94f7-932a1299c844
List applications installed in the specified Microsoft Team
m365 teams team app list --name "Team Name"
Additional Info
The response should include both the teamsApp and teamsAppDefinition relationship data.
The implementation of this command is currently in the teams app list command.
Display properties should be id, displayName and distributionMethod.
Usage
m365 teams team app listDescription
List apps installed in the specified team
Options
-i, --id [id]teamIdorteamNamebut not both-n, --name [name]teamIdorteamNamebut not bothExamples
List applications installed in the specified Microsoft Team
List applications installed in the specified Microsoft Team
m365 teams team app list --name "Team Name"Additional Info
The response should include both the
teamsAppandteamsAppDefinitionrelationship data.The implementation of this command is currently in the
teams app list command.Display properties should be
id,displayNameanddistributionMethod.