Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 389 Bytes

File metadata and controls

19 lines (14 loc) · 389 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/8ba98gf6-7fc2-4eb2-c7f2-aef9f21fd98g"
	roles = @(
	"guest"
)
}

New-MgBetaChatMember -ChatId $chatId -BodyParameter $params