{
    "@odata.context" : "<%= basepath %>/$metadata#ManagerAccount.ManagerAccount",
    "@odata.id": "<%= url %>",
    "@odata.type": "#ManagerAccount.v1_0_0.ManagerAccount",
    "Oem": {},
    "Id": "<%= user.id %>",
    "Description": "User Account",
    "Name": "User Account",
    "UserName": "<%= user.username %>",
    "RoleId": "<%= user.role %>",
    "Links": {
        "Role": {
            "@odata.id": "<%=basepath%>/AccountService/Roles/<%=user.role%>"
        }
    }
}