Skip to content

Commit 999b839

Browse files
committed
Merge remote-tracking branch 'origin/develop' into feature/ENG-1111/mfa-lambda
2 parents b76d42b + e63ba65 commit 999b839

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

lib/fusionauth/fusionauth_client.rb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3383,6 +3383,18 @@ def retrieve_total_report
33833383
.go
33843384
end
33853385

3386+
#
3387+
# Retrieves the totals report. This allows excluding applicationTotals from the report. An empty list will include the applicationTotals.
3388+
#
3389+
# @param excludes [Array] List of fields to exclude in the response. Currently only allows applicationTotals.
3390+
# @return [FusionAuth::ClientResponse] The ClientResponse object.
3391+
def retrieve_total_report_with_excludes(excludes)
3392+
start.uri('/api/report/totals')
3393+
.url_parameter('excludes', excludes)
3394+
.get
3395+
.go
3396+
end
3397+
33863398
#
33873399
# Retrieve two-factor recovery codes for a user.
33883400
#

0 commit comments

Comments
 (0)