v1
latestOpenAPI 3.0.1MIT2026-07-134925112.4 KBUpdate 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
Response
Successful response
Example response
{
"organization": {
"name": "personal",
"slug": "iku",
"type": "personal",
"plan_id": "developer",
"plan_timeline": "monthly",
"platform": "vercel"
}
}