---
search:
  tags:
    - workspace
    - GET
seo:
  description: >-
    Returns a list of all users in the workspace, including employees,…
    Reference for the GET /workspace/users endpoint in the Leadtime Public API
    API.
sidebar:
  badge: GET
  label: List all workspace users
title: List all workspace users
type: openapi-operation
---
Returns a list of all users in the workspace, including employees, organization members, and support users. This endpoint is optimized for common list data retrieval and provides essential user information for dropdowns, user pickers, and other UI components that need to display workspace users. The response includes user identification (ID, name, avatar), position/title, employee ID (if applicable), user type, login capability, and deletion status. Organization members have restricted visibility: they only see users from their own organization, not all workspace users. Use the type query parameter to filter by user type (Employee, OrganizationMember, LeadtimeSupport, Agent). By default, deleted users are included in the response; set includeDeleted=false to exclude them.

<Operation source="api-reference" id="workspacecontroller-listusers" />
