| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Beta.People
$params = @{
allowedAudiences = "organization"
client = @{
department = "Corporate Marketing"
webUrl = "https://www.contoso.com"
}
}
# A UPN can also be used as -UserId.
Update-MgBetaUserProfileProject -UserId $userId -ProjectParticipationId $projectParticipationId -BodyParameter $params