MemberProfile¶ webVis API ReferenceMemberProfileInterface MemberProfileApp specific profile data associated with a member. Can be modified via MemberAPI.setMemberProfileEntry and MemberAPI.deleteMemberProfileEntry. interface MemberProfile { userData: { [key: string]: Serializable };} IndexPropertiesuserData PropertiesuserDatauserData: { [key: string]: Serializable }Custom user data stored in the member profile.
App specific profile data associated with a member.
Can be modified via MemberAPI.setMemberProfileEntry and MemberAPI.deleteMemberProfileEntry.