---
search:
  tags:
    - teams
    - GET
seo:
  description: >-
    Returns a list of all teams in the workspace with their members. Reference
    for the GET /teams endpoint in the Leadtime Public API API.
sidebar:
  badge: GET
  label: List all teams
title: List all teams
type: openapi-operation
---
Returns a list of all teams in the workspace with their members.

**What are Teams?**
Teams group employees together to simplify project access management and form the basis for structured evaluations. Instead of assigning permissions to each employee individually, you can grant entire teams access to specific projects or areas. This makes it easier to manage rights, responsibilities, and resources in one place.

Teams are also used for:
- Filtering charts and dashboards by team
- Organizing employees into logical groups
- Project access management
- Team-based reporting and insights

**What is returned:**
- Team identification (ID, name, icon)
- Number of users in the team
- Complete list of team members with their details (ID, name, avatar)

**Note:** This endpoint requires the Teams.manage permission.

<Operation source="api-reference" id="teamscontroller-listteams" />
