Overview

Summary

ServicesContactDonateAboutImprint


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





Example:

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


Overview

Summary

ServicesContactDonateAboutImprint