| Contact | Donate | Imprint |
| UserAccount | UserAccountModule | TwitterX |
| Property | Type | Entity | Reference | Module |
| (1) Bio | STRING | UserAccount | ||
| (2) CreatedAt | STRING | UserAccount | ||
| (3) DisplayName | STRING | UserAccount | ||
| (4) Email | STRING | UserAccount | ||
| (5) FollowersCount | LONG | UserAccount | ||
| (6) FollowingCount | LONG | UserAccount | ||
| (7) IsProtected | BOOL | UserAccount | ||
| (8) IsVerified | BOOL | UserAccount | ||
| (9) Language | STRING | UserAccount | ||
| (10) Location | STRING | UserAccount | ||
| (11) PhoneNumber | STRING | UserAccount | ||
| (12) StatusCount | LONG | UserAccount | ||
| (13) Timezone | STRING | UserAccount | ||
| (14) Url | STRING | UserAccount | ||
| (15) Username | STRING | UserAccount |
Example:
final UserAccount useraccount = (UserAccount) invokeModule(USER_ACCOUNT_MODULE + "/useraccount/" + id, UserAccount.class);| Contact | Donate | Imprint |