Method parameters
Returns the identifier of the user who performed a Login.
- string GetIdUser(string accessKey)
- 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 >