GetUserData web-method
Description
GetUserData web-method returns information about authenticated user.
UserDataResult object contains following properties: Username, Firstname, Lastname, UserRole and AnalysisRestCount (number of analysis rest for current month). In
case of error occurred ErrorCode and ErrorMessage contain information about error.
Parameters
authenticationKey
|
string
|
required
|
Error codes
- 0: Succeed;
- 181: Authentication failed;
- 182: Authentication key was expired;
- 183: Lack of permission;
- 280: Wrong parameter. Some fields in input data are missed,
detailed information should be provided in error message;
- 380: Internal error.
Request and response