Developer Programs

Learn

Docs

institution_user

Pipelined Data Sets > Banno Operation and Transaction > institution_user

Column nameDescriptionModeTypeLength
user_idUnique identifier for the institution user. Primary key.NULLABLESTRING
institution_idThe unique identifier for the institution this user belongs to.NULLABLESTRING
first_nameUser's first name.NULLABLESTRING
middle_initialUser's middle initial (single character).NULLABLESTRING
last_nameUser's last name.NULLABLESTRING
emailUser's email address. Must be unique across all institution users.NULLABLESTRING
activeWhether the user account is active. False indicates deactivated account.NULLABLEBOOLEAN
phoneUser's primary phone number.NULLABLESTRING
image_urlURL to the user's profile image.NULLABLESTRING
reset_tokenToken used for password reset functionality. NULL when no reset is in progress.NULLABLESTRING
administratorWhether the user has administrator privileges. Defaults to false.NULLABLEBOOLEAN
reset_token_created_timeTimestamp when the reset token was created. NULL when no reset token exists.NULLABLETIMESTAMP
login_attemptsNumber of failed login attempts. Used for account lockout security. Defaults to 0.NULLABLEINTEGER
localeUser's preferred locale/language setting (e.g., 'en_US', 'es_MX').NULLABLESTRING
timezoneUser's timezone preference (e.g., 'America/Chicago', 'America/New_York').NULLABLESTRING
job_titleUser's job title or position within the institution.NULLABLESTRING
cell_phoneUser's mobile/cell phone number.NULLABLESTRING


Have a Question?

Did this page help you?

Last updated Wed May 13 2026