---
title: "Save call settings"
method: POST
path: "/organization/call-settings/{title}"
tags: ["Organizations"]
---

# Save call settings

`POST /organization/call-settings/{title}`

REQUIRED SCOPES <code>['organizations:write']</code><br>Save call settings

## Path parameters

- `title` string, required

## Request body

- object
  - `is_active` boolean, required
  - `level` string, required — Level of settings (e.g., 'organization', 'team', 'user')
  - `level_id` integer, required — ID of the level entity
  - `organization_id` integer, required — ID of the organization
  - `settings` object — Call settings to save

## Response `200`

Successful operation

- CallSettingsResource — Resource representing call settings
  - `id` integer — The unique identifier of the call setting
  - `title` string — The title of the call setting
  - `organization_id` integer — The ID of the organization associated with this call setting
  - `is_active` boolean — Whether the call setting is active or not
  - `settings` object — The actual settings for this call setting

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `422` — Validation error

---

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