User Sessions REST Endpoints

Core/User Sessions
Use for managing user sessions, including logging in and out, getting session details, and changing passwords.
Change a Password
Method: post
Path: /api/core/ChangePassword/executeChangePassword
Get Session Data
Method: get
Path: /api/core/Login/readSessionInfo
Get Session Data as JSON File
Method: get
Path: /api/core/Login/readSessionInfoJs
Log a User Out
Method: post
Path: /api/core/Login/executeLogout
Log In and Authenticate a User
Method: post
Path: /api/core/Login/executeLogin