Get information about the authenticated user
Retrieve information about the authenticated user by using the GetAuthenticatedUser method.
Example
The handle of the request is -1 because the GetAuthenticatedUser method applies at global level.
The client sends:
{
"jsonrpc": "2.0",
"id": 3,
"method": "GetAuthenticatedUser",
"handle": -1,
"params": []
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 3,
"result": {
"qReturn": "UserDirectory=QT; UserId=platform_tester"
}
}
The user has QT as user directory and platform_tester as user identifier.