Show / Hide Table of Contents

TeamsAppInstallation.ReadForTeam.All

Allows the app to read the Teams apps that are installed in any team, without a signed-in user. Does not give the ability to read application-specific settings.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 A GET /teams/{id}/installedApps/{id}
V1 A GET /teams/{team-id}/installedApps
Beta A GET /teams/{team-id}/permissionGrants

Application Permission

Id 1f615aea-6bf9-4b05-84bd-46388e138537
Display String Read installed Teams apps for all teams
Description Allows the app to read the Teams apps that are installed in any team, without a signed-in user. Does not give the ability to read application-specific settings.

Resources

resourceSpecificPermissionGrant

Property Type Description
id string The unique identifier of the resource-specific permission grant. Read-only.
deletedDateTime dateTimeOffset Not used.
clientId string ID of the Azure AD app that has been granted access. Read-only.
clientAppId string ID of the service principal of the Azure AD app that has been granted access. Read-only.
resourceAppId string ID of the Azure AD app that is hosting the resource. Read-only.
permissionType string The type of permission. Possible values are: Application, Delegated. Read-only.
permission string The name of the resource-specific permission. Read-only.

team

Property Type Description
displayName string The name of the team.
description string An optional description for the team. Maximum length: 1024 characters.
classification string An optional label. Typically describes the data or business sensitivity of the team. Must match one of a pre-configured set in the tenant's directory.
specialization teamSpecialization Optional. Indicates whether the team is intended for a particular use case. Each team specialization has access to unique behaviors and experiences targeted to its use case.
visibility teamVisibilityType The visibility of the group and team. Defaults to Public.
funSettings teamFunSettings Settings to configure use of Giphy, memes, and stickers in the team.
guestSettings teamGuestSettings Settings to configure whether guests can create, update, or delete channels in the team.
internalId string A unique ID for the team that has been used in a few places such as the audit log/Office 365 Management Activity API.
isArchived Boolean Whether this team is in read-only mode.
memberSettings teamMemberSettings Settings to configure whether members can perform certain actions, for example, create channels and add bots, in the team.
messagingSettings teamMessagingSettings Settings to configure messaging and mentions in the team.
webUrl string (readonly) A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.
createdDateTime dateTimeOffset Timestamp at which the team was created.

teamsAppInstallation

Property Type Description
id string A unique ID (not the Teams app ID).

teamworkBot

Property Type Description
id String The ID of the bot associated with the specific teamsAppDefinition. This value is usually a GUID.
In This Article
Back to top Created by merill | Submit feedback