---
title: "Updates an organization's double opt in setting"
method: PUT
path: "/organization/double-opt-in"
tags: ["Organizations"]
---

# Updates an organization's double opt in setting

`PUT /organization/double-opt-in`

REQUIRED SCOPES <code>['organizations:write']</code><br>Updates an organization's double opt in setting

## Request body

- object
  - `is_active` boolean — Is active

## Response `200`

OK

- object
  - `id` integer
  - `organization_id` integer
  - `is_active` boolean

## Other responses

- `404` — Not Found
- `422` — Unprocessable Content

---

[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)
