# Update

Update team

Endpoint: PUT /teams/{teamId}
Version: 2023-11-29
Security: oauth2, bearerAuth, apiKeyHeader

## Path parameters:

  - `teamId` (string, required)
    The unique team identifier.

## Request fields (application/json):

  - `email` (string,null)
    The group email (or listserve) associated with this team.

  - `externalId` (string,null)
    The lender's external identifier of the team.

  - `name` (string)
    The name of the team—e.g., "Engineering", "Operations", "Customer Support". Must be unique.

## Response 200 fields (application/json):

  - `message` (string)
    Description of the server action or error.

  - `status` (integer)
    HTTP status code.

  - `data` (object)
    A team is a named grouping of Employees


