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
Hi, I was trying to set up an activity log export for further automation and realized that this module returns no more than 100 results. I took a deeper dive to compare the API call to get-duoUser module and noticed that Get-DouActivityLog is using $Response = Invoke-Request -DuoRequest $DuoRequest instead of what i would expect to be $Response = Invoke-DuoPaginatedRequest -DuoRequest $DuoRequest
Please reconfigure the function to paginate.
The text was updated successfully, but these errors were encountered:
Hi, I was trying to set up an activity log export for further automation and realized that this module returns no more than 100 results. I took a deeper dive to compare the API call to get-duoUser module and noticed that Get-DouActivityLog is using $Response = Invoke-Request -DuoRequest $DuoRequest instead of what i would expect to be $Response = Invoke-DuoPaginatedRequest -DuoRequest $DuoRequest
Please reconfigure the function to paginate.
The text was updated successfully, but these errors were encountered: