| id |
User identifier |
| first_name |
User first name |
| last_name |
User last name |
| email |
User e-mail |
| username |
Username identifier in the application. Value used to log in. |
| phone |
User phone number |
| description |
User description |
| disabled |
Flag to set disabled users |
| is_built_in |
Flag to set default users |
| is_user_administrator |
Flag to set administrator users |
| can_change_password |
Flag to set users that can change password |
| is_blocked |
Flag to set blocked users |
| is_superuser |
Flag to set superusers |
| is_organisation_account |
Flag to set organisation users |
| is_parent_organisation_account |
Flag to set parent organisation account |
| job_title |
User's job title |
| failed_login_tries |
Numbers of failed login attempts |
| last_activity |
User's last activity registration (latest created token) |
| au_creation_date |
Audit field to save the creation date |
| au_creation_user |
Audit field to save the creation user |
| au_modification_date |
Audit field to save the modification date |
| or_confirmation_email |
Indicate if User wants receive an notificacion mail when an OR is submitted |
| is_deleted |
User is deleted |
| pending_to_delete |
User is pending to deleted |
| country_id |
Reference to the country table |
| authority_id |
Reference to the authority table |
| organisation_id |
User organisation identifier |
| language_id |
User preferred language. Default English |