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-python-client to 1.55.0
* Updated version for fusionauth-python-client to 1.56.0
* client builder regen (#35)
* ENG-2608 - New APIs/method overloads (#41)
* run on all PRs
* Python updates
* add report method
* revert overloads
* test fixes
* client correct/optional
* now that this overload does not have opt params, remove defaults
* fail builds if compiles fail (#42)
* client builder sb build
* add /api/user/verify and request to clients (#44)
* sb build follow up
* tenant manager test
---------
Co-authored-by: Daniel DeGroff <[email protected]>
Co-authored-by: Brent Halsey <[email protected]>
Co-authored-by: Spencer Witt <[email protected]>
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
3613
+
login counts for that application.
3614
+
3615
+
Attributes:
3616
+
application_id: (Optional) The application id.
3617
+
login_id: The userId id.
3618
+
start: The start instant as UTC milliseconds since Epoch.
3619
+
end: The end instant as UTC milliseconds since Epoch.
3620
+
login_id_types: the identity types that FusionAuth will compare the loginId to.
0 commit comments