v1

latestOpenAPI 3.0.1MIT2026-07-134925112.4 KB

Update Organization

Update an organization you own or are a member of.

patch/v1/organizations/{organizationSlug}

Path parameters

organizationSlugstring required

The slug of the organization or user account.

Request body

overagesboolean

Enable or disable overages for the organization.

require_mfaboolean

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

Successful response

Example response

{
  "organization": {
    "name": "personal",
    "slug": "iku",
    "type": "personal",
    "plan_id": "developer",
    "plan_timeline": "monthly",
    "platform": "vercel"
  }
}