| Contact | Donate | Imprint |
| PlatformUser | PlatformUserModule | Airbnb |
| Property | Type | Entity | Reference | Module |
| (1) City | LONG | PlatformUser | City | ListingModule |
| (2) Country | LONG | PlatformUser | Country | CountryModule |
| (3) CreatedAt | DATE | PlatformUser | ||
| (4) DateOfBirth | DATE | PlatformUser | ||
| (5) Email | STRING | PlatformUser | ||
| (6) FacebookProfileUrl | STRING | PlatformUser | ||
| (7) FullName | STRING | PlatformUser | ||
| (8) GoogleProfileUrl | STRING | PlatformUser | ||
| (9) LinkedinProfileUrl | STRING | PlatformUser | ||
| (10) PhoneNumber | STRING | PlatformUser | ||
| (11) ProfilePhotoUrl | STRING | PlatformUser | ||
| (12) UpdatedAt | DATE | PlatformUser | ||
| (13) VerificationLevel | STRING | PlatformUser |
Example:
final PlatformUser platformuser = (PlatformUser) invokeModule(PLATFORM_USER_MODULE + "/platformuser/" + id, PlatformUser.class);| Contact | Donate | Imprint |