Porta Plus 2 Web Services

<back to all web services

UserInfo

The following routes are available for this service:
GET/GetUserInfo/{License}/{IUser}
GET/GetSessionInfo/{License}/{getSeesion}
GET/GetAllEnvUsers/{License}

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/UserInfo HTTP/1.1 
Host: 7el.co 
Content-Type: text/jsv
Content-Length: length

{
	IUser: 0,
	getSeesion: False,
	License: String,
	ContentId: 0,
	FeatureName: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	UserDetails: 
	{
		firstname: String,
		IUser: 0,
		i_customer: 0,
		email: String,
		login: String,
		password: String,
		baddr1: String,
		baddr2: String,
		baddr3: String,
		baddr4: String,
		baddr5: String,
		city: String,
		state: String,
		zip: String,
		country: String,
		phone1: String
	},
	AllEnvUsers: 
	[
		{
			firstname: String,
			IUser: 0,
			i_customer: 0,
			email: String,
			login: String,
			password: String,
			baddr1: String,
			baddr2: String,
			baddr3: String,
			baddr4: String,
			baddr5: String,
			city: String,
			state: String,
			zip: String,
			country: String,
			phone1: String
		}
	],
	SessionKey: String
}