Get current user information
Returns basic information about the authenticated user including name, email, workspace details, and all workspaces the user has access to.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful Response
email
first_name
last_name
user_id
workspace_id
workspace_name
workspaces
All workspaces the user has access to
