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 10 Next »

Overview

GetIdWsUser(string userName)

Returns a message containing the user ID in the MailUp console.

Sample GetIdWsUser response

<mailupMessage>
<mailupBody>
<ReturnCode>0</ReturnCode>
<IdUsers>
<IdUser>18145</IdUser>
</IdUsers>
</mailupBody>
</mailupMessage> 

 

Specific error coes for this method:

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