Get current user profile
Returns the authenticated user’s profile including all teams they belong to.
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User session JWT (Bearer ). Must be paired with the X-Team-ID
request header on team-scoped endpoints so the server knows which
team's resources to operate on.
Response
Current user profile
Full profile of the authenticated user.
UUID of the user.
"019abc12-3456-7890-abcd-ef1234567890"
User's first (given) name.
"Alice"
User's last (family) name.
"Chen"
Display name shown in the UI (defaults to "first_name last_name" on registration).
"Alice Chen"
User's email address.
"alice@example.com"
Teams the user belongs to.
Which product features are active on this deployment. Returned here
(behind authentication) rather than in /server-info, so the catalog
of licensed capabilities is not visible to unauthenticated callers.
