# Team

Type: object

Group of teammates that can own inboxes and conversations.

## Properties

- `id` (string, required)
- `createdAt` (string, required)
- `updatedAt` (string, required)
- `tenantId` (string, required)
- `name` (string, required)
- `description` (string, required)
- `agentIds` (array<string>, required) - Users assigned to this team (membership via `/teams/{id}/agents`).

