teams team app list¶
List apps installed in the specified team
Usage¶
m365 teams team app list [options]
Options¶
-i, --teamId [teamId]
- The id of the Microsoft Teams team. Specify either
teamId
orteamName
but not both. -n, --teamName [teamName]
- The name of the Microsoft Teams team. Specify either
teamId
orteamName
but not both. -h, --help [help]
- Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isfull
. --query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv,md
. Defaultjson
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Examples¶
List applications installed in the specified Microsoft Teams team by id
m365 teams team app list --teamId 2eaf7dcd-7e83-4c3a-94f7-932a1299c844
List applications installed in the specified Microsoft Teams team by name
m365 teams team app list --teamName "Team Name"
Response¶
[
{
"id": "MGFkNTViNWQtNmE3OS00NjdiLWFkMjEtZDRiZWY3OTQ4YTc5IyMxNGQ2OTYyZC02ZWViLTRmNDgtODg5MC1kZTU1NDU0YmIxMzY=",
"teamsApp": {
"id": "14d6962d-6eeb-4f48-8890-de55454bb136",
"externalId": null,
"displayName": "Activity",
"distributionMethod": "store"
},
"teamsAppDefinition": {
"id": "MTRkNjk2MmQtNmVlYi00ZjQ4LTg4OTAtZGU1NTQ1NGJiMTM2IyMxLjAjI1B1Ymxpc2hlZA==",
"teamsAppId": "14d6962d-6eeb-4f48-8890-de55454bb136",
"displayName": "Activity",
"version": "1.0",
"publishingState": "published",
"shortDescription": "Activity app bar entry.",
"description": "Activity app bar entry.",
"lastModifiedDateTime": null,
"createdBy": null
}
}
]
id displayName distributionMethod
---------------------------------------------------------------------------------------------------- ----------- ------------------
MGFkNTViNWQtNmE3OS00NjdiLWFkMjEtZDRiZWY3OTQ4YTc5IyMxNGQ2OTYyZC02ZWViLTRmNDgtODg5MC1kZTU1NDU0YmIxMzY= Activity store
id,displayName,distributionMethod
MGFkNTViNWQtNmE3OS00NjdiLWFkMjEtZDRiZWY3OTQ4YTc5IyMxNGQ2OTYyZC02ZWViLTRmNDgtODg5MC1kZTU1NDU0YmIxMzY=,Activity,store