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
}