| description | Automatically generated file. DO NOT MODIFY |
|---|
const options = {
authProvider,
};
const client = Client.init(options);
const conversationMember = {
'@odata.type': '#microsoft.graph.aadUserConversationMember',
'user@odata.bind': 'https://graph.microsoft.com/v1.0/users/jacob@contoso.com',
visibleHistoryStartDateTime: '2019-04-18T23:51:43.255Z',
roles: ['owner']
};
await client.api('/chats/19:cf66807577b149cca1b7af0c32eec122@thread.v2/members')
.post(conversationMember);