PREPROD
ReaderAuthor

suite

Login Attempt

An audit record of a single sign-in attempt and whether it succeeded.

1 min read · 2 depth levelsstratum-suite · vdevMatches production
Everyday

A LoginAttempt records one try at signing in to the Suite platform. Each row captures the email that was entered, the ipAddress it came from, whether it succeeded, and the createdAt time it happened. When the attempt matches a known account it is linked to that user through userId. Together these attempts give the platform a running history of access activity, which is what powers rate limiting, lockout protection, and security review of suspicious or repeated failed sign-ins.

Technical section
Data model, API, and internals — visible to developers.
View as developer
Was this helpful?