Get current user information
GET/:prefix/api/v1/users/me
Returns information about the currently authenticated user in Komga format. This endpoint is used by Komic and other apps to verify authentication and determine user capabilities.
Endpoint
GET /{prefix}/api/v1/users/me
Response
Returns a KomgaUserDto containing:
- User ID (UUID as string)
- Email address
- Roles (ADMIN, USER, FILE_DOWNLOAD)
- Library access settings
- Content restrictions
Authentication
- Bearer token (JWT)
- Basic Auth
- API Key
Request
Responses
- 200
- 401
Current user information
Unauthorized