Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Returns a message containing the available lists and groups for a certain user, identified by an input parameter. (e.g. three lists: "Technical Support Subscribers", "Company News Subscribers", "Product News Subscribers"; each list might contain one or more groups).

 

Sample GetNlListsUser response

Code Block
languagehtml/xml
linenumberstrue
<mailupMessage>
<mailupBody>
<ReturnCode>0</ReturnCode>
<Lists>
<List idList="1" listGUID="F9168C5E-CEB2-4FAA-B6BF-329BF39FA1E4">
<Groups>
<Group idGroup="1" groupName="First Group" />
<Group idGroup="2" groupName="Second Group" />
</Groups>
</List>
</Lists>
</mailupBody>
</mailupMessage>

...