---
title: "Update email to SMS settings for multiple teams"
method: PUT
path: "/teams/update-emails-to-sms"
tags: ["Teams"]
---

# Update email to SMS settings for multiple teams

`PUT /teams/update-emails-to-sms`

REQUIRED SCOPES <code>['teams:write']</code><br>Update email to SMS settings for multiple teams

## Request body

- object
  - `items` object[] — Items to update
    - `email` string — Email
    - `team_ids` integer[] — IDs of teams

## Response `200`

Successful operation

- object
  - `status` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `422` — Validation error or empty team ids

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
