# List team agents

**GET** `/teams/{id}/agents`

Returns users assigned to the team.

Authentication: bearerAuth
Required scopes: `team:read`
Allowed roles: `owner`, `admin`, `agent`
Authorization: List agents assigned to a team.

## Parameters

- `id` (path string, required)

## Responses

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