---
title: "Configure the current organization"
method: PATCH
path: "/api/v1/organizations/me"
tags: ["crm"]
---

# Configure the current organization

`PATCH /api/v1/organizations/me`

## Request body

- OrganizationsConfigureRequestDTO
  - `autoProvisionFromTranscripts` boolean — Flag indicating if unknown emails in real-call transcripts matching the configured domains are automatically provisioned as Jam users. Can only be enabled while a valid primary domain is configured.
  - `description` string, nullable — A brief description of the organization
  - `domain` string, nullable — Primary email domain for the organization (e.g., example.com)
  - `domainAutojoin` boolean — Flag indicating if users with matching email domains can automatically join the organization
  - `extraDomains` string[], nullable — Additional email domains allowed for the organization (e.g., ["subsidiary.com", "partner.com"])
  - `isAudioPrivacy` boolean — Flag indicating if the organization has audio privacy enabled (audio only visible to session owner)
  - `isEnhancedPrivacy` boolean — Flag indicating if the organization has enhanced privacy settings enabled
  - `isOnboarded` boolean — Flag indicating if the organization has completed onboarding
  - `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
  - `websiteUrl` string, uri, nullable — Organization website URL

## Response `201`

- OrganizationsCreateResponseDTO
  - `autoProvisionFromTranscripts` boolean, required — Whether unknown emails in real-call transcripts matching the configured domains are automatically provisioned as Jam users (default false)
  - `createdAt` string, date-time, required — Timestamp when the organization was created
  - `currentUserCount` integer — Current number of users in the organization
  - `description` string, required — A brief description of the organization
  - `domain` string, required — Primary email domain for the organization
  - `domainAutojoin` boolean, required — Whether users with matching email domains can automatically join the organization
  - `extraDomains` string[], required — Additional email domains allowed for the organization
  - `id` string, uuid, required — The unique identifier of the organization
  - `isAssistantEnabled` boolean, required — Whether the Assistant capability is enabled for the organization (default false)
  - `isAudioPrivacy` boolean, required — Whether the organization has audio privacy enabled (audio only visible to session owner)
  - `isEnhancedPrivacy` boolean, required — Whether the organization has enhanced privacy features enabled
  - `isRealCallEnabled` boolean, required — Whether the Real Call capability is enabled for the organization (default true)
  - `isSamlConfigured` boolean, required — Whether SAML SSO is configured for the organization
  - `isTrainingEnabled` boolean, required — Whether the Training capability is enabled for the organization (default true)
  - `isTrial` boolean, required — Whether the organization is in trial mode
  - `legalNoticeUrl` string, uri, required — Read-only Impressum (legal notice) URL. Set by admins only; not editable via the standard org configuration endpoint.
  - `logoFull` string, uri, required — URL to the organization full logo
  - `logoIcon` string, uri, required — URL to the organization icon
  - `name` string, required — The name of the organization
  - `readOnlySagaIds` string[], required — List of saga IDs associated with the organization
  - `readWriteSagaIds` string[], required — List of saga IDs that the organization can write to
  - `requireUserConsent` boolean, required — Whether members must accept the latest consent document before using the app
  - `userLimit` integer, required — Maximum number of users allowed in the organization (0 or null means unlimited)
  - `voiceTransport` 'webrtc' | 'websocket', required — Transport used for ElevenLabs voice conversations (default webrtc)
  - `websiteUrl` string, uri, required — Organization website URL

## Other responses

- `400` — Automatic user provisioning from transcripts cannot be enabled (or kept enabled) without a valid primary email domain.

---

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