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: postPath:
/api/core/ChangePassword/executeChangePassword - Get Session Data
- Method: getPath:
/api/core/Login/readSessionInfo - Get Session Data as JSON File
- Method: getPath:
/api/core/Login/readSessionInfoJs - Log a User Out
- Method: postPath:
/api/core/Login/executeLogout - Log In and Authenticate a User
- Method: postPath:
/api/core/Login/executeLogin