Skip to main content
GET
Get current user profile

Authorizations

Authorization
string
header
required

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.

id
string<uuid>
required

UUID of the user.

Example:

"019abc12-3456-7890-abcd-ef1234567890"

first_name
string
required

User's first (given) name.

Example:

"Alice"

last_name
string
required

User's last (family) name.

Example:

"Chen"

display_name
string
required

Display name shown in the UI (defaults to "first_name last_name" on registration).

Example:

"Alice Chen"

email_address
string<email>
required

User's email address.

Example:

"alice@example.com"

team_list
object[]
required

Teams the user belongs to.

feature_flags
object
required

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.