Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 733 Bytes

add-app-in-team-v1-e2-javascript-snippets.md

File metadata and controls

31 lines (25 loc) · 733 Bytes
description
Automatically generated file. DO NOT MODIFY
constoptions={ authProvider,};constclient=Client.init(options);constteamsAppInstallation={'teamsApp@odata.bind': 'https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/7023576d-9e40-47ca-9cf2-daae6838e785',consentedPermissionSet: {resourceSpecificPermissions: [{permissionValue: 'OnlineMeeting.ReadBasic.Chat',permissionType: 'delegated'},{permissionValue: 'ChatMessage.Read.Chat',permissionType: 'application'}]}};awaitclient.api('/teams/7023576d-9e40-47ca-9cf2-daae6838e785/installedApps').post(teamsAppInstallation);
close