Authentications Log
An AuthenticationEvent object looks like:
{
// timestamp of the event
"created_at": "2012-07-19T15:00:00-06:00",
// authentication event type ('login' or 'logout')
"event_type": "login",
// ID of the pseudonym (login) associated with the event
"pseudonym_id": 9478,
// ID of the account associated with the event. will match the account_id in the
// associated pseudonym.
"account_id": 2319,
// ID of the user associated with the event will match the user_id in the
// associated pseudonym.
"user_id": 362
}GET /api/v1/audit/authentication/logins/:login_id
GET /api/v1/audit/authentication/logins/:login_idRequest Parameters:
Parameter
Type
Description
GET /api/v1/audit/authentication/accounts/:account_id
GET /api/v1/audit/authentication/accounts/:account_idRequest Parameters:
Parameter
Type
Description
GET /api/v1/audit/authentication/users/:user_id
GET /api/v1/audit/authentication/users/:user_idRequest Parameters:
Parameter
Type
Description
Last updated
Was this helpful?