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 .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

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

{"IUser":0,"getSeesion":false,"License":"String","ContentId":0,"FeatureName":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
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"}