---
search:
  tags:
    - account
    - GET
seo:
  description: >-
    Returns information about the currently authenticated user within the
    current… Reference for the GET /account/info endpoint in the Leadtime Public
    API API.
sidebar:
  badge: GET
  label: Get current user information
title: Get current user information
type: openapi-operation
---
Returns information about the currently authenticated user within the current workspace.

**What is returned:**
- Basic profile information (name, email, avatar)
- Workspace and role information
- User type (Employee or Organization Member)
- All granted permissions
- Account preferences (language, email notifications, workspace color)
- Identifiers for employee/member accounts

This endpoint is useful for determining the current user's identity, permissions, and account type before making other API calls.

<Operation source="api-reference" id="accountcontroller-info" />
