| name | data type | description |
|---|---|---|
| userInfo | HdcUserInfoTO | |
| currentUserId | number | |
| userId | number | |
| contextAsCodesArray | array of number | |
| userFullName | string | |
| token | string | |
| lastUpdate | string | |
| context | array of TokenContext |
Example
{
"userInfo" : { },
"currentUserId" : 12345,
"userId" : 12345,
"contextAsCodesArray" : [ 12345, 12345 ],
"userFullName" : "...",
"token" : "...",
"lastUpdate" : "...",
"context" : [ "AddCommentToChangeRequest", "Unknown" ]
}