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

Method parameters

Returns the identifier of the user who logged in.

  • string GetIdUser(stringaccessKey)
    • accessKey: access key obtained using the Login method

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

Sample GetIdUser response

<GetIdUserResult>
<errorCode>0</errorCode>
<errorDescription></errorDescription>
<IdUsers>
<IdUser>1</ IdUser >
</ IdUsers >
</ GetIdUserResult >



  • No labels