v4

latestOpenAPI 3.0.3PostgreSQL Licenseraw.githubusercontent.com2026-08-01192952.2 KB
User

Get current user information

Returns authentication status and username. When no bearer token is provided the response indicates an unauthenticated session. This endpoint does not require authentication.

get/api/user/info

Response

User information.

authenticatedboolean required

Whether the user is authenticated.

errorstring

An error message if user lookup failed.

usernamestring

The username of the authenticated user. Absent when not authenticated.