Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 454 Bytes

File metadata and controls

20 lines (15 loc) · 454 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Teams

$params = @{
	"@odata.type" = "#microsoft.graph.aadUserConversationMember"
	"user@odata.bind" = "https://graph.microsoft.com/beta/users/jacob@contoso.com"
	visibleHistoryStartDateTime = [System.DateTime]::Parse("2019-04-18T23:51:43.255Z")
	roles = @(
	"owner"
)
}

New-MgBetaChatMember -ChatId $chatId -BodyParameter $params