# List teams

**GET** `/teams`

Returns teams that can own inboxes, conversations, and chatbot assignments.

Authentication: bearerAuth
Required scopes: `team:list`
Allowed roles: `owner`, `admin`, `agent`
Authorization: List teams in the workspace.

## Parameters

- `pageSize` (query integer, optional)
- `pageToken` (query string, optional)

## Responses

- `200`: List of teams
- `default`: Error
