Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 469 Bytes

File metadata and controls

20 lines (15 loc) · 469 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/8b081ef6-4792-4def-b2c9-c363a1bf41d5"
	visibleHistoryStartDateTime = [System.DateTime]::Parse("0001-01-01T00:00:00Z")
	roles = @(
	"owner"
)
}

New-MgBetaChatMember -ChatId $chatId -BodyParameter $params