Read User Session
GET/sessions/self
Return the authenticated user's profile and session data, including the client's configured remediation language. Responds 401 for an invalid or expired token and 404 when the user or client no longer exists.
Responses
- 200
- 401
- 404
- 500
Successful Response
The user was not found or the password was incorrect. It could also to lead token already expired.
The user was not found
Internal server error