Skip to content

$451.Four51User

jdubs edited this page Oct 23, 2016 · 1 revision

Overview

The JSON object exposing all information related to the current user logged in.

Data Contract

$451.Four51User = {
	'Username': '_username',
	'FirstName': 'User',
	'LastName': 'Name',
	'InteropID': 'InteropID',
	'Email': 'tech@four51.com',
	'Phone': '952-294-0451',
	'CompanyInteropID': 'COInteropID',
	'LastLogon': '11/24/13 19:22:51',
	'Type': 'Customer',
	CustomFields: [
		{'Name': 'FootballTeam', 'Value': 'Minnesota Vikings'},
		{'Name': 'FavoriteSport', 'Value': 'Basketball'},
		{'Name': 'FavoriteJersey', 'Value': '/UI/DownloadFile.hcf?userType=Customer&FileID=mdSeO8S6dTXqQ7TvgxsaC5GcGO1rpnAvStT2vMxSQtQfkzPRcQqpyA-e-e'}
	]
};

Example Usage

alert($451.Four51User.CustomFields[0].Value);

Clone this wiki locally