| name | data type | description |
|---|---|---|
| instantMessengers | string | |
| companyName | string | |
| id | number | |
| version | number | |
| position | string | |
| transient | boolean |
Example
{
"instantMessengers" : "...",
"companyName" : "...",
"id" : 12345,
"version" : 12345,
"position" : "...",
"transient" : true
}