LoginAttempt

Contents

This object represents a single login attempt. See logins for more details.

The following events generate login attempts:

  • Successful logins via the Shibumi login page
  • Failed logins via the Shibumi login page
  • Successful logins via SSO

Fields

timestamp (String!)
The time the login attempt occurred. See Date Values for more information.

username (String)
The name of the user who attempted to log in. For failed login attempts, this may not be the name of a real user (if for example, the login failed because the user mis-typed their name).

user (User)
For successful login attempts, information about the user who was authenticated.

success (Boolean!)
Whether the login was successful or not.

See Also

  • logins
Updated on September 9, 2025

Related Articles