Represents a history of login attempts from an IP address for a User account.
Name | Type | Description |
---|---|---|
brand_id | Integer | This is a unique identifier for the Network, similar to network_id. It can be ignored. |
failed_logins | Integer | The number of failed login attempts by this IP address for this User |
first_login | Datetime | The first time a login was attempted (regardless of success or failure) |
id | Integer | A unique, auto-generated ID to track logins by this IP Address for this User This parameter is non-writable |
ip_address | String | The IP address that attempted the login |
last_login | Datetime | The last time a login was attempted (regardless of success or failure) |
login_type | String | Whether the login was via legacy API key ("api") or a normal browser login via the application ("browser")Show Supported Values |
user_type | String | The type of userShow Supported Values |
user_type_id | Integer | The ID of the user |
valid_logins | Integer | The number of valid logins this IP Address has performed for the user account |