Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 428 Bytes

File metadata and controls

21 lines (15 loc) · 428 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const teamsAppInstallation = {
   'teamsApp@odata.bind':'https://graph.microsoft.com/beta/appCatalogs/teamsApps/12345678-9abc-def0-123456789a'
};

await client.api('/teams/87654321-0abc-zqf0-321456789q/installedApps')
	.version('beta')
	.post(teamsAppInstallation);