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.
1 parent 14f242a commit 507dd34Copy full SHA for 507dd34
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-AddUser.ps1
@@ -25,7 +25,7 @@ function Invoke-AddUser {
25
}
26
Parameters = [pscustomobject]@{ UserObj = $UserObj }
27
ScheduledTime = $UserObj.Scheduled.date
28
- Reference = $UserObj.reference ?? $null
+ Reference = $UserObj.reference ?? $null
29
PostExecution = @{
30
Webhook = [bool]$Request.Body.PostExecution.Webhook
31
Email = [bool]$Request.Body.PostExecution.Email
0 commit comments