---
title: "Update an organization by ID"
method: PATCH
path: "/api/v1/organizations/{orgId}"
tags: ["crm"]
---

# Update an organization by ID

`PATCH /api/v1/organizations/{orgId}`

## Path parameters

- `orgId` string, uuid, required

## Request body

- OrganizationsUpdateRequestDTO
  - `description` string, nullable — A brief description of the organization
  - `isAssistantEnabled` boolean — Whether the Assistant capability is enabled for the organization
  - `isAudioPrivacy` boolean — Whether the organization has audio privacy enabled (audio only visible to session owner)
  - `isEnhancedPrivacy` boolean — Whether the organization has enhanced privacy features enabled
  - `isRealCallEnabled` boolean — Whether the Real Call capability is enabled for the organization
  - `isTrainingEnabled` boolean — Whether the Training capability is enabled for the organization
  - `isTrial` boolean — Whether the organization is in trial mode
  - `legalNoticeUrl` string, uri, nullable — Read-only Impressum (legal notice) URL shown in the app footer. Admin-only.
  - `logoFull` string, uri, nullable — URL to the organization full logo
  - `logoIcon` string, uri, nullable — URL to the organization icon
  - `name` string — The name of the organization
  - `requireUserConsent` boolean — Whether members must accept the latest consent document before using the app
  - `userLimit` integer, nullable — Maximum number of users allowed in the organization (0 or null means unlimited)
  - `voiceTransport` 'webrtc' | 'websocket' — Transport used for ElevenLabs voice conversations. Use websocket for organizations whose network blocks WebRTC media traffic.
  - `websiteUrl` string, uri, nullable — Organization website URL

## Response `201`

- OrganizationsUpdateResponseDTO

## Other responses

- `502` — The auth provider rejected the organization metadata update; nothing was persisted.

---

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