Insert variables
Variables can be inserted into a Service Portal page. The variables will be replaced after the page has been loaded. All available variable types are listed under Variables.
Example
Service Portal
XML
<html>
<body>
<p>
Your telephone number: <br/>
{%ActiveDirectory.User.telephoneNumber%}
</p>
<p>
Your current session ID is: <br/>
{%Local.SessionId%}
</p>
</body>
</html>