You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-ExecPerUserMFA.ps1
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,21 @@ function Invoke-ExecPerUserMFA {
6
6
.ROLE
7
7
Identity.User.ReadWrite
8
8
#>
9
-
Param($Request,$TriggerMetadata)
9
+
param($Request,$TriggerMetadata)
10
10
11
11
$APIName=$Request.Params.CIPPEndpoint
12
12
$Headers=$Request.Headers
13
13
Write-LogMessage-headers $Headers-API $APIName-message 'Accessed this API'-Sev 'Debug'
0 commit comments