About GetSessionInfo
Get the organization ID and user ID of the user that is currently logged in.
Example
Request
<API_URL_EndPoint>/GetSessionInfo.json
data={}
Response
{
"response_status" : 0,
"response_message" : "Success",
"response_data" : {
"organizationId" : "YOUR_ORGANIZATIONID",
"userId" : "YOUR_USERID"
}
}
Resources