Source: site.view [edit]
Function name: gfGetUserInfo
Arguments: userId
Description: Returns userInfo for given user id
Page type: html
Render function:  
Module: sandbox

Page source:

<webl>
try
   var v = Wub_GetVaultValue(userId);
   "<value>" + v + "</value>";
catch E
   on true do
      // "InsufficientPermissions" or "UnknownKey"
      "<error>" + E.type + "</error>\n";
end
</webl>