Skip to main content

teams user app list

List the apps installed in the personal scope of the specified user

Usage

m365 teams user app list [options]

Options

--userId [userId]

The ID of the user to get the apps from. Specify userId or userName but not both.

--userName [userName]

The UPN of the user to get the apps from. Specify userId or userName 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 is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Examples

List the apps installed in the personal scope of the specified user using its ID.

m365 teams user app list --userId 4440558e-8c73-4597-abc7-3644a64c4bce

List the apps installed in the personal scope of the specified user using its UPN.

m365 teams user app list --userName admin@contoso.com

Response

[
{
"id": "NzhjY2Y1MzAtYmJmMC00N2U0LWFhZTYtZGE1ZjhjNmZiMTQyIyMxNGQ2OTYyZC02ZWViLTRmNDgtODg5MC1kZTU1NDU0YmIxMzY=",
"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
},
"teamsApp": {
"id": "14d6962d-6eeb-4f48-8890-de55454bb136",
"externalId": null,
"displayName": "Activity",
"distributionMethod": "store"
},
"appId": "14d6962d-6eeb-4f48-8890-de55454bb136"
}
]
CTRL + M