Update Members Information

Update member information in an address list (supports updating address, name and custom variables). vars merge semantics: when the member already has vars, the new JSON object is key-merged into the existing one (not a wholesale replace). Batch tolerance mirrors add: invalid entries are skipped and reported in invalidAddressList/reasonList; members not found in the list are counted in addressNotExistCount. The request itself still succeeds (result=true).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
string
required
length between 1 and 64

Address list alias (formatted as [email protected]). Required and must belong to the calling account, otherwise 40517.

string
required

Former addresses of the updated members, separated by semicolons. At most 1000 per request (40515); each entry at most 127 characters. Invalid entries are skipped with a reason.

string

Updated addresses of the updated members, separated by semicolons; count must equal members count (40528). Optional — omit to keep current addresses.

string

Names of list members, separated by semicolons. Count must equal members count (40528); each name at most 127 characters (over-length entries are skipped with a reason).

string

Substitution variables corresponding to members, formatted as {"money":"1000"}; separated by semicolons. Count must equal members count (40521); each JSON object at most 2048 characters (over-length or invalid-JSON entries are skipped with a reason, not a request-level failure). New vars are key-merged into existing vars.

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json