{ "opencollection": "1.0.0", "info": { "name": "Oracle Essbase REST Application Configuration User Session API", "version": "21.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "User Session", "type": "folder" }, "items": [ { "info": { "name": "Oracle Essbase Login", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}/essbase/rest/v1/session/login", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticates a user and creates a new session. Returns session information upon successful login." }, { "info": { "name": "Oracle Essbase Logout", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}/essbase/rest/v1/session/logout" }, "docs": "Terminates the current user session and invalidates the session token." }, { "info": { "name": "Oracle Essbase Change Password", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}/essbase/rest/v1/session/password", "body": { "type": "json", "data": "{}" } }, "docs": "Changes the password for the currently authenticated user." } ] } ], "bundled": true }