Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
	UserId: 1,						// Web User ID
	UserName: "UserName",
	Email: "name@email.com",
	FirstName: "Firstname",
	LastName: "Lastname",
	Title: "Title",
	LinkId: 2						// Person ID
	CompanyId: 3
	TokenId: "abcdefg",				// Token to send with future service requests
	Server: "server",
	Database: "Aptify",
	AptifyUserID: 4,				// User ID of the master eBiz Userapplication pool user running the AptifyServicesAPI site
	AptifyUser: "AptifyUserName"	// User Name of the master eBiz User application pool user running the AptifyServicesAPI site
}

Here you will get back three separate IDs related to web user who is logging in:

...