OpenAPI 3.0.0raw.githubusercontent.com2026-08-0915378562.5 KB

c2d0eb64b01a

Account

Update the organization name

Renames the organization scoped by the API key. Requires the owner role. The name is what shows up in dashboards, invoices, and the org switcher.

put/account/update-org-name

Request body

namestring required

The new organization name.

Example request

{
  "name": "Acme Inc."
}

Response

Organization renamed.

successboolean
namestring

Example response

{
  "success": true,
  "name": "Acme Inc."
}