Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 600 Bytes

File metadata and controls

23 lines (17 loc) · 600 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const conversationMember = {
    '@odata.type': '#microsoft.graph.aadUserConversationMember',
    roles: [],
    'user@odata.bind': 'https://graph.microsoft.com/v1.0/users/bc3598dd-cce4-4742-ae15-173429951408',
    tenantId: 'a18103d1-a6ef-4f66-ac64-e4ef42ea8681'
};

await client.api('/teams/6a720ba5-7373-463b-bc9f-4cd04b5c6742/channels/19:LpxShHZZh9utjNcEmUS5aOEP9ASw85OUn05NcWYAhX81@thread.tacv2/members')
	.post(conversationMember);