| Contact | Donate | Imprint |
| UserAccount | UserAccountModule | Imdb |
| Property | Type | Entity | Reference | Module |
| (1) Country | LONG | UserAccount | Country | CountryModule |
| (2) CreatedAt | DATE | UserAccount | ||
| (3) DisplayName | STRING | UserAccount | ||
| (4) Email | STRING | UserAccount | ||
| (5) IsActive | BOOL | UserAccount | ||
| (6) PasswordHash | STRING | UserAccount | ||
| (7) PreferredLanguage | LONG | UserAccount | Language | LanguageModule |
| (8) UpdatedAt | DATE | UserAccount | ||
| (9) Username | STRING | UserAccount |
Example:
final UserAccount useraccount = (UserAccount) invokeModule(USER_ACCOUNT_MODULE + "/useraccount/" + id, UserAccount.class);| Contact | Donate | Imprint |