Versions Compared

Key

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

Method parameters

Returns the identifier of the user who performed a Login.

...

If error code=0, the message will contain the user ID.

Sample GetIdUser response

Code Block
languagehtml/xml
linenumberstrue
<GetIdUserResult>
<errorCode>0</errorCode>
<errorDescription></errorDescription>
<IdUsers>
<IdUser>1</IdUser >
</ IdUsers >
</GetIdUserResult > 

...