Retrieve the profile information of the currently authenticated user, including their workspaces and permissions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User profile retrieved successfully
The unique identifier of the user
"123e4567-e89b-12d3-a456-426614174000"
The full name of the user
"John Doe"
The email address associated with the user account
Feature flags enabled for this user, controlling access to beta or experimental features
URL to the user's profile picture or avatar image
"https://cdn.example.com/avatars/user123.jpg"
JWT access token for authenticating API requests. Valid for 1 hour.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Refresh token for obtaining new access tokens without re-authentication
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
List of workspaces the user has access to