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 233e0ca commit cd42c9dCopy full SHA for cd42c9d
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-EditUser.ps1
@@ -102,7 +102,7 @@ Function Invoke-EditUser {
102
APIName = 'Sherweb License Assignment'
103
AddLicenses = $licenses
104
}
105
- ScheduledTime = $Request.Body.scheduled.date
+ ScheduledTime = 0 #right now, which is in the next 15 minutes and should cover most cases.
106
PostExecution = @{
107
Webhook = [bool]$Request.Body.PostExecution.webhook
108
Email = [bool]$Request.Body.PostExecution.email
0 commit comments