UNPKG

on-http-y1

Version:
17 lines (16 loc) 566 B
{ "@odata.context" : "<%= basepath %>/$metadata#AccountService/Accounts", "@odata.id": "<%= url %>", "@odata.type": "#ManagerAccountCollection.ManagerAccountCollection", "Oem" : {}, "Name": "RackHD User Accounts", "Members@odata.count": <%= users.length %>, "Members": [ <% users.forEach(function(user, i, arr) { %> { "@odata.id": "<%= basepath %>/AccountService/Accounts/<%= user.username %>" } <%= ( arr.length > 0 && i < arr.length-1 ) ? ',': '' %> <% }); %> ] }