Returns 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.
643 matches
100 actions
Linode
100 actions
- Account Settings ViewGETv1.0.0
- Account ViewGETv1.0.0
- Backup ViewGETv1.0.0
- Backups ListGETv1.0.0
- Configuration Profile ViewGETv1.0.0
- Configuration Profiles ListGETv1.0.0
- Disk ViewGETv1.0.0
- Disks ListGETv1.0.0
- Domain CreatePOSTv1.0.0
- Domain Record CreatePOSTv1.0.0
- Domain Record ViewGETv1.0.0
- Domain Records ListGETv1.0.0
- Domain ViewGETv1.0.0
- Domain Zone File ViewGETv1.0.0
- Domains ListGETv1.0.0
- Entity Transfer ViewGETv1.0.0
- Entity Transfers ListGETv1.0.0
- Event ViewGETv1.0.0
- Events ListGETv1.0.0
- Firewall Device ViewGETv1.0.0
- Firewall Devices ListGETv1.0.0
- Firewall Rules ListGETv1.0.0
- Firewall ViewGETv1.0.0
- Firewalls ListGETv1.0.0
- Firewalls ListGETv1.0.0
- Image ViewGETv1.0.0
- Images ListGETv1.0.0
- Invoice Items ListGETv1.0.0
- Invoice ViewGETv1.0.0
- Invoices ListGETv1.0.0
- IP Address ViewGETv1.0.0
- IP Address ViewGETv1.0.0
- IP Addresses ListGETv1.0.0
- IPv6 Pools ListGETv1.0.0
- IPv6 Range ViewGETv1.0.0
- IPv6 Ranges ListGETv1.0.0
- Kernel ViewGETv1.0.0
- Kernels ListGETv1.0.0
- Kubeconfig ViewGETv1.0.0
- Kubernetes API Endpoints ListGETv1.0.0
- Kubernetes Cluster Dashboard URL ViewGETv1.0.0
- Kubernetes Cluster ViewGETv1.0.0
- Kubernetes Clusters ListGETv1.0.0
- Linode NodeBalancers ViewGETv1.0.0
- Linode Statistics ViewGETv1.0.0
- Linode ViewGETv1.0.0
- Linode's Managed Settings ViewGETv1.0.0
- Linode's Volumes ListGETv1.0.0
- Linodes ListGETv1.0.0
- Login ViewGETv1.0.0
- Longview Client ViewGETv1.0.0
- Longview Clients ListGETv1.0.0
- Longview Plan ViewGETv1.0.0
- Longview Subscription ViewGETv1.0.0
- Longview Subscriptions ListGETv1.0.0
- Maintenance ListGETv1.0.0
- Managed Contact ViewGETv1.0.0
- Managed Contacts ListGETv1.0.0
- Managed Credential ViewGETv1.0.0
- Managed Credentials ListGETv1.0.0
- Managed Database Engine ViewGETv1.0.0
- Managed Database Engines ListGETv1.0.0
- Managed Database Type ViewGETv1.0.0
- Managed Database Types ListGETv1.0.0
- Managed Databases List AllGETv1.0.0
- Managed Issue ViewGETv1.0.0
- Managed Issues ListGETv1.0.0
- Managed Linode Settings ListGETv1.0.0
- Managed MongoDB Database Backup ViewGETv1.0.0
- Managed MongoDB Database Backups ListGETv1.0.0
- Managed MongoDB Database Credentials ViewGETv1.0.0
- Managed MongoDB Database SSL Certificate ViewGETv1.0.0
- Managed MongoDB Database ViewGETv1.0.0
- Managed MongoDB Databases ListGETv1.0.0
- Managed MySQL Database Backup ViewGETv1.0.0
- Managed MySQL Database Backups ListGETv1.0.0
- Managed MySQL Database Credentials ViewGETv1.0.0
- Managed MySQL Database SSL Certificate ViewGETv1.0.0
- Managed MySQL Database ViewGETv1.0.0
- Managed MySQL Databases ListGETv1.0.0
- Managed PostgreSQL Database Backup ViewGETv1.0.0
- Managed PostgreSQL Database Backups ListGETv1.0.0
- Managed PostgreSQL Database Credentials ViewGETv1.0.0
- Managed PostgreSQL Database SSL Certificate ViewGETv1.0.0
- Managed PostgreSQL Database ViewGETv1.0.0
- Managed PostgreSQL Databases ListGETv1.0.0
- Managed Service ViewGETv1.0.0
- Managed Services ListGETv1.0.0
- Network Transfer ViewGETv1.0.0
- Network Transfer View (year/month)GETv1.0.0
- Networking Information ListGETv1.0.0
- Node Pool ViewGETv1.0.0
- Node Pools ListGETv1.0.0
- Node ViewGETv1.0.0
- NodeBalancer Statistics ViewGETv1.0.0
- Statistics View (year/month)GETv1.0.0
- Trusted Devices ListGETv1.0.0
- Type ViewGETv1.0.0
- Types ListGETv1.0.0
- User Logins List AllGETv1.0.0
Infrastructure/Linode
User Logins List All
v1.0.0Output
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"description": "An object representing a previous successful login for a User.\n",
"properties": {
"datetime": {
"type": "string",
"format": "date-time",
"description": "When the login was initiated.\n"
},
"id": {
"type": "integer",
"description": "The unique ID of this login object.\n"
},
"ip": {
"type": "string",
"format": "ip",
"description": "The remote IP address that requested the login.\n"
},
"restricted": {
"type": "boolean",
"description": "True if the User that was logged into was a restricted User, false otherwise.\n"
},
"username": {
"type": "string",
"description": "The username of the User that was logged into.\n"
}
}
}
},
"page": {
"type": "integer",
"description": "The current [page](/docs/api/#pagination)."
},
"pages": {
"type": "integer",
"description": "The total number of [pages](/docs/api/#pagination)."
},
"results": {
"type": "integer",
"description": "The total number of results."
}
}
}