access_last_successful_login

The time at which the user last successfully logged in.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-last-successful-login-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_last_successful_login",
  "title": "access_last_successful_login",
  "description": "The time at which the user last successfully logged in.",
  "example": "2020-07-01T05:20:00Z",
  "format": "date-time",
  "type": "string"
}