Community Members

GET /community/members — Community Members (paginated, with keyword/date/scope filters)

ParameterTypeRequiredDescription
keywordstringNoKeyword, matches nickname or email
beginDatestringNoJoin start date (yyyy-MM-dd)
endDatestringNoJoin end date (yyyy-MM-dd)
typestringNoDIRECT=direct referrals, COMMUNITY=entire downline (default: DIRECT)
currentint32YesPage number
sizeint32YesPage size (max 20)

CommunityMemberVO (additional fields vs TeamMemberVO):

FieldTypeDescription
package_amountnumberCumulative package purchase amount (reward currency)
team_performancenumberTeam performance
notestringReferrer's note on this direct referral (max 20 characters)

GET /community/members/export — Export Community Members (no pagination, capped)

Parameters same as /community/members.

POST /community/members/note — Set / Update / Clear Direct Referral Note

ParameterTypeRequiredDescription
target_user_idint64YesTarget direct referral user ID
notestringYesNote text (max 20 characters; empty string clears)
Document Maintenance: This document is compiled from the MetaEdge official website, API documentation, and CLI README. Content marked `[TBD]` is pending further information or confirmation from the MetaEdge team.