UNPKG

on-http-y1

Version:
16 lines 491 B
{ "@odata.context" : "<%= basepath %>/$metadata#AccountService/Accounts/Members/$entity", "@odata.id": "<%= url %>", "@odata.type": "#ManagerAccount.1.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%>" } } }