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
* Updated version for fusionauth-php-client to 1.55.0
* Updated version for fusionauth-php-client to 1.56.0
* client builder regen (#44)
* ENG-2608 - New APIs/method overloads (#51)
* capture current cli state
* add report method
* let's run on all PRs
* forgot PHP
* test/issue 1
* revert overloads
* test fixes
* client correct/optional
* now that this overload does not have opt params, remove defaults
* client builder sb build
* add /api/user/verify and request to clients (#53)
* sb build follow up
---------
Co-authored-by: Daniel DeGroff <daniel@fusionauth.io>
Co-authored-by: Brent Halsey <brent.halsey@fusionauth.io>
Co-authored-by: Spencer Witt <3409780+spwitt@users.noreply.github.com>
@@ -4648,6 +4682,31 @@ public function retrieveUserLoginReportByLoginId($applicationId, $loginId, $star
4648
4682
->go();
4649
4683
}
4650
4684
4685
+
/**
4686
+
* Retrieves the login report between the two instants for a particular user by login Id, using specific loginIdTypes. If you specify an application id, it will only return the
4687
+
* login counts for that application.
4688
+
*
4689
+
* @param string $applicationId (Optional) The application id.
4690
+
* @param string $loginId The userId id.
4691
+
* @param array $start The start instant as UTC milliseconds since Epoch.
4692
+
* @param array $end The end instant as UTC milliseconds since Epoch.
4693
+
* @param array $loginIdTypes the identity types that FusionAuth will compare the loginId to.
0 commit comments