Skip to main content
Skip table of contents

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>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.