| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Beta.People
$params = @{
categories = @(
"Sports"
)
description = "World's greatest football club"
displayName = "Chelsea FC"
webUrl = "https://www.chelseafc.com"
}
# A UPN can also be used as -UserId.
New-MgBetaUserProfileInterest -UserId $userId -BodyParameter $params