---
title: "Get the current user's organization"
method: GET
path: "/api/v1/profiles/organization"
tags: ["crm"]
---

# Get the current user's organization

`GET /api/v1/profiles/organization`

## Response `201`

- ProfilesOrganizationGetResponseDTO
  - `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
  - `defaultWriteSagaId` string, nullable, required — The organization's single readWrite saga, or null when the organization has none or holds several (ambiguous).
  - `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
  - `manageableTeams` union, required — List of team IDs the current user can manage, or "*" if the user can manage all teams in the organization.
    - string[]
    - '*'
  - `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

---

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