latestOpenAPI 3.0.02026-08-19219210532.7 KB

bd5a5f406bca

crm

Update an organization by ID

patch/api/v1/organizations/{orgId}

Path parameters

orgIdstring uuid required

The unique identifier of the organization

Request body

descriptionstring nullable

A brief description of the organization

isAssistantEnabledboolean

Whether the Assistant capability is enabled for the organization

isAudioPrivacyboolean

Whether the organization has audio privacy enabled (audio only visible to session owner)

isEnhancedPrivacyboolean

Whether the organization has enhanced privacy features enabled

isRealCallEnabledboolean

Whether the Real Call capability is enabled for the organization

isTrainingEnabledboolean

Whether the Training capability is enabled for the organization

isTrialboolean

Whether the organization is in trial mode

legalNoticeUrlstring uri nullable

Read-only Impressum (legal notice) URL shown in the app footer. Admin-only.

logoFullstring uri nullable

URL to the organization full logo

logoIconstring uri nullable

URL to the organization icon

namestring

The name of the organization

requireUserConsentboolean

Whether members must accept the latest consent document before using the app

userLimitinteger 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.

websiteUrlstring uri nullable

Organization website URL

Response

OrganizationsUpdateResponseDTO required