Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 375 Bytes

File metadata and controls

19 lines (14 loc) · 375 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Teams

$params = @{
	user = @{
		"@odata.type" = "microsoft.graph.teamworkUserIdentity"
		id = "f47ac10b-58cc-4372-a567-0e02b2c3d479"
		tenantId = "a1b2c3d4-e5f6-7890-1234-567890abcdef"
	}
}

Remove-MgChatAccessForUser -ChatId $chatId -BodyParameter $params