06-24-2015 08:49 AM
<webscript>
<shortname>Get User Webscript</shortname>
<description>Get User Id</description>
<url>/com/ironmountain/getuser/GetUserWebscript</url>
<authentication>user</authentication>
<format default="json">any</format>
<transaction>required</transaction>
</webscript>
<#escape x as jsonUtils.encodeJSONString(x)>
{
"userId": "${userId}"
}
</#escape>
function main()
{
var userId = person.properties.userName;
model.userId = userId;
}
main();
06-24-2015 10:20 AM
06-26-2015 07:28 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.