---
title: "List organizations with optional filters"
method: GET
path: "/api/v1/organizations"
tags: ["crm"]
---

# List organizations with optional filters

`GET /api/v1/organizations`

## Query parameters

- `ids` string[], nullable
- `page` number
- `limit` number
- `order` object
- `organizationNameSearch` string

## Response `201`

- OrganizationsFindResponseDTO
  - `data` object[], required
    - `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
  - `meta` object, required
    - `hasNext` boolean, required
    - `limit` number, required
    - `page` number, required
    - `total` number, required

---

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