| firstName | String | first name of user (encrypted) | [optional] |
| middleName | String | middle name of user | [optional] |
| lastName | String | last name of user (encrypted) | [optional] |
| username | String | Your account user name | |
| password | String | Your account password | |
| fingerprint | String | Encrypted identity (Facial Recognition, Fingerprint Scanner, etc.) | [optional] [readonly] |
| federalIdentification | String | SSN or a 10 digit federal government ID (encrypted) | [optional] |
| residenceCountry | String | Country of residence 3-character code | [optional] |
| stateIdentification | String | Driver's License or a 10 digit state government ID | [optional] |
| residenceState | String | State of residence 2-character code (USA) | [optional] |
| email | String | The main email address for the user (encrypted) | |
| social | String | The username for your primary social account (if any) | [optional] |
| bio | String | More in-depth information about you and your account | [optional] |
| notes | String | | [optional] |
| avatarUrl | String | URL for the user avatar image | [optional] |
| organization | Organization | | [optional] |
| addresses | List<Address> | | [optional] |
| acceptedCookies | Boolean | Whether the user accepted the use of cookies | [optional] |
| acceptedTos | Boolean | Whether the user accepted the terms of service | [optional] |
| enabled | Boolean | Spring Security User field whether the user is enabled | [optional] |
| credentialNonExpired | Boolean | Spring Security User field whether the user's login credentials have expired | [optional] |
| accountEnabled | Boolean | Spring Security User field whether the user account is enabled | [optional] |
| accountNonLocked | Boolean | Spring Security User field whether the user account is locked | [optional] |
| accountNonExpired | Boolean | Spring Security User field whether the user account has expired | [optional] |
| roleList | List<Role> | the roles the the Principal is a member of | [optional] |
| authorityList | List<Authority> | the granted authorities (or null if the granted authority cannot be expressed as a String with sufficient precision). | [optional] |
| userPreferences | List<UserPreference> | the granted authorities (or null if the granted authority cannot be expressed as a String with sufficient precision). | [optional] |
| id | UUID | Unique identifier for object in the system | [optional] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] |
| createdDate | OffsetDateTime | Date of object creation | [optional] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] |
| lastAccessedById | UUID | Last user to access object | [optional] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] |