Welcome to Zuora Product Documentation

Explore our rich library of product information

Table auditloginevent

The auditloginevent table records and monitors user login activities in the Zuora system, detailing login history and attributes.

The Zuora system records every login for each user in the auditloginevent table and allows you to monitor the login history for each and every user. See the table structure below.

Attribute

Type

Description

browsertype

varchar

The login user's browser type. Possible values are:

  • IE

  • FireFox

  • Safari

  • Netscape

  • Chrome

  • Opera

  • Api

  • Unknown

  • RestLogin

  • RestBiz

browserversion

varchar

The login user's browser version

createdbyid

varchar

The login user's id

createddate

timestamp with time zone

The record's creation date

day

integer

The day when the record is created.

eventid

varchar

Id of the login event

hostname

varchar

The device connected to the network (currently not work, the value is the same as ipaddress)

id

varchar

Id of the record

ipaddress

varchar

The login IP address

logintype

varchar

The login type. Possible values are:

  • CLIENT_CREDENTIALS

  • SSO

  • PASSWORD

  • SWITCH_ENTITY_UI

month

integer

The month when the record is created.

sequencenumber

bigint

The sequence number of the login record

status

varchar

The login status. Possible values are:

  • Success

  • AuthFail

  • PasswordExpired

timestamp

timestamp with time zone

The timestamp of the login

tokenid

varchar

The id of the login token

userid**

varchar

Id of the login user

username

varchar

The user name of the login user

year

integer

The year when the record is created.