Get the current user
GET/api/current_user
Returns the profile (username, display name, roles, and password-change flag) of the user attached to the current session by SessionCookieMiddleware.
Responses
- 200
- 401
Successful Response
Not logged in
GET/api/current_user
Returns the profile (username, display name, roles, and password-change flag) of the user attached to the current session by SessionCookieMiddleware.
Successful Response
Not logged in