# Assign team to inbox

**PUT** `/inboxes/{id}/team`

Routes new conversations from this inbox to the selected team.

Authentication: bearerAuth
Required scopes: `inbox:update`
Allowed roles: `owner`, `admin`
Authorization: Assign a team to an inbox.

## Parameters

- `id` (path string, required)

## Request body

- `application/json`: `SetInboxTeamRequest` required.

## Responses

- `200`: Team set
- `default`: Error
