---
title: "Fetch current organization settings"
method: GET
path: "/organization/settings"
tags: ["Organizations"]
---

# Fetch current organization settings

`GET /organization/settings`

## Response `200`

OK

- 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, 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
  - `sp_certificate_expires_at` string, nullable, required — When the encryption certificate expires at.
  - `sp_certificate_required` boolean, required — Whether an encryption certificate is required.
  - `sp_certificate` string, nullable, required — The encryption certificate of the organization.
  - `identity_provider_issuer_url` string, uri, nullable, required — The identity provider issuer url for the organization.
  - `sso_configured` boolean, nullable, required — Whether the SSO configuration is set and working. It will be set to `true` after the first sign-in via SSO. Changing the SSO configuration will reset it back to `false`.
  - `scim_configured` boolean, nullable, required — Whether the SCIM configuration is set and working. It will be set to `true` after first successful SCIM request. Resetting the SCIM token will set it back to `false`.
  - `user` object, required — The user 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

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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