---
title: "Fetch organizations"
method: GET
path: "/organizations"
tags: ["Organizations"]
---

# Fetch organizations

`GET /organizations`

## Response `200`

OK

- union[]
  - union
    - object
      - `id` integer, required — The ID of the organization
      - `resource_type` 'Organization', required — The resource type of the organization
      - `name` string, required — The name of the organization
      - `domain` string, required — The domain of the organization.
      - `logo` string, uri, nullable, required — The URL to the logo of the organization.
      - `address` string, nullable, required — The address of the organization.
      - `description` string, nullable, required — The description of the organization
      - `time_zone` string, required — The time zone of the organization. It should be a <a href="https://en.wikipedia.org/wiki/Tz_database#Names_of_time_zones"> valid IANA time zone name.</a>
      - `transfer_to_id` integer, nullable, required — The transfer_to ID of the organization
      - `transfer_to` object — The transfer_to of the organization
        - `id` integer, required — The ID of the user
        - `resource_type` 'User', required — The resource type of the user
        - `email` string, email, required — The email of the user.
        - `name` string, required — The name of the user
      - `image` string, nullable, required
      - `color` string, nullable, required
    - object
      - `id` integer, required — The ID of the organization
      - `resource_type` 'Organization', required — The resource type of the organization
      - `name` string, required — The name of the organization
      - `domain` string, required — The domain of the organization.
      - `logo` string, uri, nullable, required — The URL to the logo of the organization.
      - `address` string, nullable, required — The address of the organization.
      - `description` string, nullable, required — The description of the organization
      - `device_logins_expire_after` integer, nullable, required — The device login expiration in seconds. If not defined, it defaults to 2 weeks of inactivity.
      - `places_count` integer, required — Count of all the places within the organization.
      - `scim_enabled` boolean, required — Whether SCIM is enabled for the organization.
      - `sso_flow_enabled` boolean, required — Whether the organization has SSO flow enabled. Mutually exclusive with password flow.
      - `sso_expiration_override_enabled` boolean, required — Whether the organization should override length of SSO session.
      - `sso_expiration_override` integer, nullable, required — The length of the SSO session (in seconds) that will override the default passed from Identity Provider.
      - `metadata` string, nullable, required — The SSO metadata of the organization.
      - `time_zone` string, required — The time zone of the organization. It should be a <a href="https://en.wikipedia.org/wiki/Tz_database#Names_of_time_zones"> valid IANA time zone name.</a>
      - `web_authentication_api_enabled` boolean, required — Whether web authentication api is enabled. Only for organizations using SSO and IdP authentication is done using WebAuthn.
      - `apple_pass_enabled` boolean, required — Whether Apple Pass is enabled for the organization.
      - `created_at` string, date-time, required — When the organization was created
      - `updated_at` string, date-time, required — When the organization was updated
      - `user_id` integer, nullable, required — The user ID of the organization
      - `transfer_to_id` integer, nullable, required — The transfer_to ID of the organization
      - `transfer_to` object — The transfer_to of the organization
        - `id` integer, required — The ID of the user
        - `resource_type` 'User', required — The resource type of the user
        - `email` string, email, required — The email of the user.
        - `name` string, required — The name of the user
      - `image` string, nullable, required
      - `color` string, nullable, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
