Skip to main content

logins

Overview

Namelogins
TypeResource
Idlinode.profile.logins

Fields

NameDatatypeDescription
idintegerThe unique ID of this login object.
ipstringThe remote IP address that requested the login.
restrictedbooleanTrue if the User that attempted the login was a restricted User, false otherwise.
statusstringWhether the login attempt succeeded or failed.
usernamestringThe username of the User that attempted the login.
datetimestringWhen the login was initiated.

Methods

NameAccessible byRequired ParamsDescription
getProfileLoginSELECTloginIdReturns a login object displaying information about a successful account login from this user.
getProfileLoginsSELECTReturns a collection of successful account logins from this user during the last 90 days.
_getProfileLoginEXECloginIdReturns a login object displaying information about a successful account login from this user.
_getProfileLoginsEXECReturns a collection of successful account logins from this user during the last 90 days.