Overview

Summary

ContactDonateImprint


Appendix E-3: USER ACCOUNT (UI prompt)


UserAccountUserAccountModuleWhatsApp

Properties (10)

PropertyTypeEntityReferenceModule
(1) AboutTextSTRINGUserAccount
(2) CountrySTRINGUserAccount
(3) CreatedAtDATEUserAccount
(4) DeactivatedAtDATEUserAccount
(5) DefaultLanguageSTRINGUserAccount
(6) DisplayNameSTRINGUserAccount
(7) IsBusinessBOOLUserAccount
(8) IsVerifiedBOOLUserAccount
(9) PhoneNumberSTRINGUserAccount
(10) TimezoneSTRINGUserAccount


Module Interfaces (27)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /chatmessage/senderuseraccount/{id}findAllChatMessageOfSenderUserAccount(id)ChatMessageModuleGETUserAccount ChatMessage
(2) /abusereport/reporteduseraccount/{id}findAllAbuseReportOfReportedUserAccount(id)ChatMessageModuleGETUserAccount AbuseReport
(3) /abusereport/reporteruseraccount/{id}findAllAbuseReportOfReporterUserAccount(id)ChatMessageModuleGETUserAccount AbuseReport
(4) /aiinteraction/useraccount/{id}findAllAiInteractionOfUserAccount(id)ChatModuleGETUserAccount AiInteraction
(5) /broadcastchannel/owneruseraccount/{id}findAllBroadcastChannelOfOwnerUserAccount(id)ChatModuleGETUserAccount BroadcastChannel
(6) /chat/createdbyuseraccount/{id}findAllChatOfCreatedByUserAccount(id)ChatModuleGETUserAccount Chat
(7) /chatparticipant/useraccount/{id}findAllChatParticipantOfUserAccount(id)ChatModuleGETUserAccount ChatParticipant
(8) /blockeduser/blockeduseraccount/{id}findAllBlockedUserOfBlockedUserAccount(id)CommunitySpaceModuleGETUserAccount BlockedUser
(9) /securitysetting/useraccount/{id}findAllSecuritySettingOfUserAccount(id)CommunitySpaceModuleGETUserAccount SecuritySetting
(10) /communityspace/owneruseraccount/{id}findAllCommunitySpaceOfOwnerUserAccount(id)CommunitySpaceModuleGETUserAccount CommunitySpace
(11) /blockeduser/useraccount/{id}findAllBlockedUserOfUserAccount(id)CommunitySpaceModuleGETUserAccount BlockedUser
(12) /statusupdate/useraccount/{id}findAllStatusUpdateOfUserAccount(id)MediaFileModuleGETUserAccount StatusUpdate
(13) /businessprofile/useraccount/{id}findAllBusinessProfileOfUserAccount(id)RegulatoryRegionModuleGETUserAccount BusinessProfile
(14) /userregion/useraccount/{id}findAllUserRegionOfUserAccount(id)RegulatoryRegionModuleGETUserAccount UserRegion
(15) /useraccount/{id}findUserAccountById(id)UserAccountModuleGETUserAccount
(16) /channelfollower/useraccount/{id}findAllChannelFollowerOfUserAccount(id)UserAccountModuleGETUserAccount ChannelFollower
(17) /userfeatureflag/useraccount/{id}findAllUserFeatureFlagOfUserAccount(id)UserAccountModuleGETUserAccount UserFeatureFlag
(18) /useraccount/{id}deleteUserAccountById(id)UserAccountModuleDELETEUserAccount
(19) /useraccountfindAllUserAccount()UserAccountModuleGETUserAccount
(20) /useraccountinsertUserAccount(useraccount)UserAccountModulePOSTUserAccount
(21) /useraccount/{id}updateUserAccountById(useraccount)UserAccountModulePUTUserAccount
(22) /useravatar/useraccount/{id}findAllUserAvatarOfUserAccount(id)UserAccountModuleGETUserAccount UserAvatar
(23) /encryptionkey/useraccount/{id}findAllEncryptionKeyOfUserAccount(id)UserDeviceModuleGETUserAccount EncryptionKey
(24) /userdevice/useraccount/{id}findAllUserDeviceOfUserAccount(id)UserDeviceModuleGETUserAccount UserDevice
(25) /voicecall/initiatoruseraccount/{id}findAllVoiceCallOfInitiatorUserAccount(id)VoiceCallModuleGETUserAccount VoiceCall
(26) /callparticipant/useraccount/{id}findAllCallParticipantOfUserAccount(id)VoiceCallModuleGETUserAccount CallParticipant
(27) /loginsession/useraccount/{id}findAllLoginSessionOfUserAccount(id)VoiceCallModuleGETUserAccount LoginSession





Example:

final UserAccount useraccount = (UserAccount) invokeModule(USER_ACCOUNT_MODULE + "/useraccount/" + id, UserAccount.class);
if (useraccount != null) {
}
return useraccount;


Overview

Summary

ContactDonateImprint