---
title: "Get an organization"
method: GET
path: "/v1/{organization}/organization/"
tags: ["Organization"]
---

# Get an organization

`GET /v1/{organization}/organization/`

Get the details of an organization.

#### Permissions
This endpoint may be impacted by the following permissions:
* The `default_user_preferences` field is only populated if the endpoint is called with user authentication credentials, and the authenticated user has the
`Organization:GetOrganizationDetails` permission.

## Path parameters

- `organization` string, required

## Headers

- `x-mongo-cluster-name` string, nullable — The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.
- `Sec-WebSocket-Protocol` string[]

## Response `200`

Succeeded.

- SrcAppEndpointsOrganizationGetOrganizationResponse
  - `org_id` string, required — Unique identifier of the organization.
  - `org_name` string, required — A human friendly name of the organization.
  - `default_user_preferences` PreferencesOutput, required — Preferences that the user can set to customize their experience.
    - `enable_response_recommendation` boolean — Whether to automatically recommend responses to the user if the user hasn't replied to the coach for a while.
    - `preferred_language` string, nullable — The preferred language to use for the user. This field must be in the ISO 639-3 format. The agent will attempt to converse with the user in this language. If not set, the agent's default spoken language is used.
    - `conversations_visible_to_admins` boolean — Whether the user's conversations are visible to the admins.
    - `user_model_visible_to_admins` boolean — Whether the user's user model is visible to the admins.
    - `timezone` string, nullable — The user's timezone in the IANA tz database format for all users in this organization. If not specified, UTC is used.
    - `audio_keyterms` string[] — A list of keyterms that are easy to get wrong during audio transcriptions that tend to occur commonly in audio sessions for this user.
  - `tenant_id` string, nullable, required — The tenant ID of the organization. This field is only populated if the authenticated user has the `Organization:GetOrganizationDetails` permission.

## Other responses

- `404` — The specified organization does not exist.
- `422` — Invalid request path parameter failed validation.
- `503` — The service is going through temporary maintenance.

---

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