---
title: "Get organization settings"
method: GET
path: "/api/organizations/{id}"
tags: ["Organizations"]
---

# Get organization settings

`GET /api/organizations/{id}`

Retrieve the settings for a specific organization by ID.

## Path parameters

- `id` integer, required

## Response `200`

- LseOrganization
  - `billing` OrganizationBilling, required
    - `enforce_session_concurrency` string, required
    - `manual_role_management` string, required
    - `manual_workspace_management` string, required
    - `max_parallel_sessions` string, required
    - `session_concurrency_window_seconds` string, required
  - `created_at` string, date-time, required
  - `custom_interfaces_enabled` boolean, nullable — Enable custom interfaces for this organization. When disabled, projects with use_custom_interface=True will not render custom interfaces anywhere in the product (label stream, embed, data manager, interfaces dashboard).
  - `custom_scripts_enabled` string, required
  - `default_role` 'OW' | 'AD' | 'MA' | 'RE' | 'AN' | 'DI' | 'NO' — * `OW` - Owner * `AD` - Administrator * `MA` - Manager * `RE` - Reviewer * `AN` - Annotator * `DI` - Deactivated * `NO` - Not Activated
  - `email_notification_settings` string, required
  - `embed_domains` unknown
  - `embed_enabled` boolean, nullable — Enable embed functionality for this organization
  - `embed_settings` unknown
  - `external_id` string, nullable — External ID to uniquely identify this organization
  - `id` integer, required
  - `interface_settings` unknown
  - `react_code_settings` string, required
  - `title` string, required
  - `token` string, required

## Changes

- **2026-05-05** `b7b3b45888a8` — 3 info
  - added the optional property `custom_interfaces_enabled` to the response with the `200` status
  - added the optional property `embed_enabled` to the response with the `200` status
  - added the optional property `interface_settings` to the response with the `200` status

[Change history](https://skmtc.dev/humansignal/apis/label-studio-api/changes/api/organizations/:id/get.md)

---

[API](https://skmtc.dev/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.dev/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/4a7384ebdfdf/schema)
