---
title: "Update Organization"
method: PATCH
path: "/v1/organizations/{organizationSlug}"
---

# Update Organization

`PATCH /v1/organizations/{organizationSlug}`

Update an organization you own or are a member of.

## Path parameters

- `organizationSlug` string, required

## Request body

- object
  - `overages` boolean — Enable or disable overages for the organization.
  - `require_mfa` boolean — Require all members of the organization to have multi-factor authentication enabled. The requesting user must have MFA enabled on their own account before enabling this requirement.

## Response `200`

Successful response

- object
  - `organization` Organization
    - `name` string — The organization name. Every user has a `personal` organization for their own account.
    - `slug` string — The organization slug. This will be your username for `personal` accounts.
    - `type` 'personal' | 'team' — The type of account this organization is. Will always be `personal` or `team`.
    - `overages` boolean — The name of the organization. Every user has a `personal` organization for their own account.
    - `require_mfa` boolean — Whether all members of the organization are required to have multi-factor authentication enabled.
    - `blocked_reads` boolean — Returns the current status for blocked reads.
    - `blocked_writes` boolean — Returns the current status for blocked writes.
    - `plan_id` string — The pricing plan identifier this organization is subscribed to.
    - `plan_timeline` string — The billing cycle for the paid plan, if any.
    - `platform` string — The external platform this organization is managed by. Will be empty for Turso managed organizations.

---

[API](https://skmtc.net/turso/apis/turso-platform-api.md) · [All operations](https://skmtc.net/turso/apis/turso-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/turso/turso-platform-api/versions/6c99e4c88978/schema)
