Skip to main content
GET
Get current user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

embed
string | null

Relation embedding. Available values: memberships, organizations, pending_invitations. Use a comma-separated list to request multiple embeds.

Response

The authenticated user's profile.

Public user profile response.

id
string<uuid>
required
email
string
required
first_name
string | null
required
last_name
string | null
required
avatar_url
string | null
required
timezone
string | null
required
locale_code
string | null
required
email_verified_at
string<date-time> | null
required
memberships
MembershipContext · object[] | null