| Contact | Donate | Imprint |
| Profile | ProfileModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) AvatarUrl | STRING | Profile | ||
| (2) CreatedAt | STRING | Profile | ||
| (3) IsKidsProfile | BOOL | Profile | ||
| (4) Name | STRING | Profile | ||
| (5) User | LONG | Profile | User | UserModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /playbacksession/profile/{id} | findAllPlaybackSessionOfProfile(id) | EpisodeModule | GET | Profile PlaybackSession |
| (2) /profile/{id} | findProfileById(id) | ProfileModule | GET | Profile |
| (3) /watchhistory/profile/{id} | findAllWatchHistoryOfProfile(id) | ProfileModule | GET | Profile WatchHistory |
| (4) /profile | findAllProfile() | ProfileModule | GET | Profile |
| (5) /profile/user/{id} | findAllProfileOfUser(id) | ProfileModule | GET | User Profile |
| (6) /profile/{id} | updateProfileById(profile) | ProfileModule | PUT | Profile |
| (7) /profile | insertProfile(profile) | ProfileModule | POST | Profile |
| (8) /watchlistitem/profile/{id} | findAllWatchlistItemOfProfile(id) | ProfileModule | GET | Profile WatchlistItem |
| (9) /profile/{id} | deleteProfileById(id) | ProfileModule | DELETE | Profile |
| (10) /downloadlicense/profile/{id} | findAllDownloadLicenseOfProfile(id) | SeasonModule | GET | Profile DownloadLicense |
| (11) /userrating/profile/{id} | findAllUserRatingOfProfile(id) | VideoFormatModule | GET | Profile UserRating |
Example:
final Profile profile = (Profile) invokeModule(PROFILE_MODULE + "/profile/" + id, Profile.class);| Contact | Donate | Imprint |