Get Current User
GET/api/whoami
Retrieve information about the current user session.
Responses
- 200
- 401
- 403
Current user information retrieved successfully.
The request requires user authentication.
The server understood the request, but refuses to authorize it.