Skip to main content

logins

Overview

Namelogins
TypeResource
Idlinode.account.logins

Fields

NameDatatypeDescription
idintegerThe unique ID of this login object.
datetimestringWhen the login was initiated.
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.

Methods

NameAccessible byRequired ParamsDescription
getAccountLoginSELECTloginIdReturns a Login object that displays information about a successful login. The logins that can be viewed can be for any user on the account, and are not limited to only the logins of the user that is accessing this API endpoint. This command can only be accessed by the unrestricted users of the account.
getAccountLoginsSELECTReturns a collection of successful logins for all users on the account during the last 90 days. This command can only be accessed by the unrestricted users of an account.
_getAccountLoginEXECloginIdReturns a Login object that displays information about a successful login. The logins that can be viewed can be for any user on the account, and are not limited to only the logins of the user that is accessing this API endpoint. This command can only be accessed by the unrestricted users of the account.
_getAccountLoginsEXECReturns a collection of successful logins for all users on the account during the last 90 days. This command can only be accessed by the unrestricted users of an account.