-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels