| Contact | Donate | Imprint |
| UserAccount | UserAccountModule |
| Property | Type | Entity | Reference | Module |
| (1) AccountStatus | STRING | UserAccount | ||
| (2) Bio | STRING | UserAccount | ||
| (3) Country | STRING | UserAccount | ||
| (4) CreatedAt | DATE | UserAccount | ||
| (5) DateOfBirth | DATE | UserAccount | ||
| (6) Email | STRING | UserAccount | ||
| (7) FullName | STRING | UserAccount | ||
| (8) IsPrivate | BOOL | UserAccount | ||
| (9) IsVerified | BOOL | UserAccount | ||
| (10) PasswordHash | STRING | UserAccount | ||
| (11) UpdatedAt | DATE | UserAccount | ||
| (12) Username | STRING | UserAccount | ||
| (13) Website | STRING | UserAccount |
Example:
final UserAccount useraccount = (UserAccount) invokeModule(USER_ACCOUNT_MODULE + "/useraccount/" + id, UserAccount.class);| Contact | Donate | Imprint |