1. Docs
  2. API Reference
  3. SsoRecentLoginDto

SsoRecentLoginDto

Example

JSON
{
  "outcome": "success",
  "email": "string",
  "reason": "string",
  "ip_address": "string",
  "occurred_at": "2026-04-20T12:00:00.000Z"
}

Properties

5 properties 2 required

outcome enum Required
Enumsuccessfailuredenied
email string Optional

Email of the identity that signed in (snapshot).

nullable
reason string Optional

Failure reason for a failed attempt (from audit metadata).

nullable
ip_address string Optional
nullable
occurred_at string Required
format: date-time
Was this page helpful?

Tell us how we can improve this guide.