We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff2e169 + ba335ea commit 1e2beb4Copy full SHA for 1e2beb4
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-EditUser.ps1
@@ -50,6 +50,7 @@ Function Invoke-EditUser {
50
'streetAddress' = $UserObj.streetAddress
51
'postalCode' = $UserObj.PostalCode
52
'companyName' = $UserObj.CompanyName
53
+ 'businessPhones' = $UserObj.businessPhones ? @($UserObj.businessPhones) : @()
54
'otherMails' = $UserObj.otherMails ? @($UserObj.otherMails) : @()
55
'passwordProfile' = @{
56
'forceChangePasswordNextSignIn' = [bool]$UserObj.MustChangePass
0 commit comments