---
title: "Update current organization"
method: PATCH
path: "/organization"
tags: ["Organizations"]
---

# Update current organization

`PATCH /organization`

## Request body

- object
  - `organization` object, required
    - `name` string — The name of the organization
    - `logo` string, uri, nullable — The URL to the logo of the organization.
    - `address` string, nullable — The address of the organization.
    - `description` string, nullable — The description of the organization
    - `device_logins_expire_after` integer, nullable — The device login expiration in seconds. If not defined, it defaults to 2 weeks of inactivity.
    - `time_zone` string — 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>
    - `metadata` string, nullable — The SSO metadata of the organization.
    - `scim_enabled` boolean — Whether SCIM is enabled for the organization.
    - `web_authentication_api_enabled` boolean — Whether web authentication api is enabled. Only for organizations using SSO and IdP authentication is done using WebAuthn.
    - `identity_provider_issuer_url` string, uri — The identity provider issuer url for the organization.

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Content

---

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