login_accounts
Pipelined Data Sets
>
Banno Operation and Transaction
>
login_accounts
| Column name | Description | Mode | Type | Length |
|---|---|---|---|---|
| login_id | The unique identifier for the login account. | NULLABLE | STRING | |
| institution_id | The unique identifier for the institution this login account belongs to. | NULLABLE | STRING | |
| status | The current status of the login account. | NULLABLE | INTEGER | |
| last_status_change | The date and time of the last status change. | NULLABLE | TIMESTAMP | |
| created_at | The date and time the login account was created. | NULLABLE | TIMESTAMP | |
| is_out_of_band | Indicates if the login account is out of band. | NULLABLE | BOOLEAN | |
| last_fetch_ending | The date and time of the last fetch ending. | NULLABLE | INTEGER | |
| fixed | Indicates if the login account is fixed. | NULLABLE | BOOLEAN | |
| updated_at | The date and time the login account was last updated. | NULLABLE | TIMESTAMP | |
| user_id | The unique identifier for the user associated with this login account. This references the users table, which contains the user_id. | NULLABLE | STRING | |
| active | Indicates if the login account is active. | NULLABLE | BOOLEAN | |
| primary_login | Indicates if this is the primary login account. | NULLABLE | BOOLEAN | |
| is_billpay | Indicates if the login account is for bill pay. | NULLABLE | BOOLEAN | |
| aggregation_type | The type of aggregation for this login account. | NULLABLE | INTEGER | |
| last_successful | The date and time of the last successful operation. | NULLABLE | TIMESTAMP | |
| netteller_id | The Netteller identifier for this login account. | NULLABLE | STRING | |
| username | The username for this login account. | NULLABLE | STRING | |
| failed_retrieval_attempts | The number of failed retrieval attempts. | NULLABLE | INTEGER | |
| first_logged_in_dt | The date and time of the first login. | NULLABLE | TIMESTAMP |
Have a Question?
- Have a how-to question? Seeing a weird error? Get help on StackOverflow.
- Register for the Developer Office Hours where we answer technical Q&A from the audience.
Did this page help you?
Last updated Wed Mar 4 2026