Get current user information

Beta
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
emailstring
first_namestring or null
last_namestring or null
user_idstring
workspace_idstring or null
workspace_namestring or null
workspaceslist of objects
All workspaces the user has access to