Get current user
GET/authentication/me
Strongly Consistent
Retrieves the current authenticated user.
Responses
- 200
- 401
- 403
- 500
The current user is successfully returned.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
An internal error occurred while processing the request.