LoginHistory
Logs user login attempts, tracking access details such as IP addresses and login timestamps.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the login history record. | |
| UserId | String | True |
ID of the user associated with the login event. | |
| LoginTime | Datetime | True |
Date and time when the login occurred. | |
| LoginType | String | True |
Type of login used, such as UI, API, or SSO. | |
| SourceIp | String | True |
IP address from which the login was initiated. | |
| LoginUrl | String | True |
URL used for the login request. | |
| Browser | String | True |
Browser used during the login session. | |
| Platform | String | True |
Operating system or platform used during the login session. | |
| Status | String | True |
Result of the login attempt, such as Success or Failed. | |
| Application | String | True |
Application or interface used for the login. | |
| ClientVersion | String | True |
Version of the client application used during login. | |
| ApiType | String | True |
Type of API used for login, if applicable. | |
| ApiVersion | String | True |
Version of the API used during the login session. |