---
title: "update an MS Teams tenant"
method: PUT
path: "/MicrosoftTeamsTenants/{TenantSid}"
tags: ["Settings"]
---

# update an MS Teams tenant

`PUT /MicrosoftTeamsTenants/{TenantSid}`

## Request body

- MsTeamsTenant
  - `service_provider_sid` string, uuid, required
  - `account_sid` string, uuid
  - `application_sid` string, uuid
  - `tenant_fqdn` string, required

## Response `204`

tenant updated

## Other responses

- `404` — tenant not found
- `422` — unprocessable entity
- `500` — system error

## Changes

- **2025-02-12** `56b735c73c5e` — 1 info
  - endpoint added
- **2025-02-12** `087165ecc067` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/jambonz/apis/jambonz-api/changes/MicrosoftTeamsTenants/:TenantSid/put.md)

---

[API](https://skmtc.dev/jambonz/apis/jambonz-api.md) · [All operations](https://skmtc.dev/jambonz/apis/jambonz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jambonz/jambonz-api/revisions/56f317145d23/schema)
