Get an account login

Returns 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 operation can only be accessed by the unrestricted users of the account.

linode-cli account login-view 1234
Learn more...
account:read_only
Learn more...
Path Params
string
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

integer
required

The ID of the login object to access.

Responses

Response body
object
date-time

Read-only When the login was initiated.

integer

Read-only The unique ID of this login object.

string

Read-only The remote IP address that requested the login.

boolean

Read-only True if the User that attempted the login was a restricted User, false otherwise.

string

Read-only Whether the login attempt succeeded or failed.

successful failed

string

Read-only The username of the User that attempted the login.

Language
Credentials