# Get current session information Endpoint: GET /auth/session Version: 1.0.0 Security: cookieAuth, bearerAuth ## Response 200 fields (application/json): - `userId` (string, required) Unique user identifier - `email` (string, required) User email address - `name` (string, required) User full name - `tenants` (object, required) Tenant access and roles mapping - `tenantIds` (array, required) List of tenant IDs user has access to - `organization` (object, required) User's organization details - `organization.id` (string) - `organization.name` (string)