---
title: "Get Current Organization"
method: GET
path: "/api/v1/organizations/"
tags: ["organizations"]
---

# Get Current Organization

`GET /api/v1/organizations/`

Fetch the current organization.

## Response `200`

Successful Response

- OrganizationResponse
  - `display_name` string, required — The human-readable display name of the organization.
  - `description` string, nullable — Description of the organization.
  - `domains` string, nullable — Comma-delimited list of domains that users at the organization may have in their email addresses.
  - `saml_provider_id` string, nullable — SAML provider ID for user authentication
  - `id` integer, required — The internal ID of the organization.
  - `last_updated_comments` string, nullable — Comments for the most recent edit to the organization.
  - `name` string, required — Unique, non-human-readable hash for the organization
  - `slug` string, nullable — The slug of the organization used for URLs in the Console UI. Null until slug backfill has been run.
  - `last_updated` string, date-time, required — The timestamp of the most recent update to the organization
  - `last_updated_by` string, nullable — The email of the user who most recently updated the organization
  - `logo_url` string, nullable — CDN URL. The org will always have a logo, but this value will be null on a response to an update where no logo was provided on the request

---

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