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.

Changes