teams app list
Lists apps from the Microsoft Teams app catalog
Usage
m365 teams app list [options]
Options
--distributionMethod [distributionMethod]The distribution method. Allowed values
store,organization,sideloaded.
-h, --help [help]Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options,examples,remarks,permissions,response,full. Default isoptions.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md,none. Defaultjson.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Examples
List all apps from the Microsoft Teams app catalog
m365 teams app list
List all apps from the Microsoft Teams app catalog according to a given distribution method
m365 teams app list --distributionMethod 'store'
Response
- JSON
- Text
- CSV
- Markdown
[
{
"id": "ffdb7239-3b58-46ba-b108-7f90a6d8799b",
"externalId": null,
"displayName": "Contoso App",
"distributionMethod": "store"
}
]
id displayName distributionMethod
-------------------------------------------------------- -------------------------------- ------------------
ffdb7239-3b58-46ba-b108-7f90a6d8799b Contoso App store
id,displayName,distributionMethod
ffdb7239-3b58-46ba-b108-7f90a6d8799b,Contoso App,store
# teams app list
Date: 4/3/2023
## Contoso App (ffdb7239-3b58-46ba-b108-7f90a6d8799b)
Property | Value
---------|-------
id | ffdb7239-3b58-46ba-b108-7f90a6d8799b
externalId | null
displayName | Contoso App
distributionMethod | store