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