get https://{hostname}/services/ws/mob/user/get_current
Retrieves the current user's details and roles. This endpoint serves as the initial access point for login attempts using Basic Authentication. Upon successful authentication, the endpoint returns a JSESSIONID
cookie and a wbat
header. These must be retained and included in all subsequent requests to maintain session state and authorization. Important: Include both the wbat
header and JSESSIONID
cookie in all subsequent endpoint requests to ensure continued access and session management.
Response