Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


GetNlListsUser(int userId)


Returns an object indicating the available lists and groups for a certain user, identified by an input parameter. (for example, three lists might be returned: "Technical Support Subscribers", "Company News Subscribers", "Product News Subscribers", and each of them might contain one or more groups).

 

<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>


Specific error codes for this method:

  • 0= request execution succeeded
  • -200 = unrecognized error

 

  • No labels