---
title: "Update organization display name"
method: PUT
path: "/account/update-org-name"
tags: ["Organization"]
---

# Update organization display name

`PUT /account/update-org-name`

Update the display name of the caller's current organization. Requires admin role.

**Response envelope is non-standard** — returns `{success: true, name}` instead
of the usual `{status, data}` wrapper.

## Request body

- object
  - `name` string, required — New organization name (trimmed).

## Response `200`

Organization renamed.

- object
  - `success` boolean
  - `name` string

## Other responses

- `400` — Validation error (missing or too-long name).
- `401` — Unauthorized.
- `500` — Internal Server Error.

## Changes

- **2026-06-21** `ea4ea58d7c4e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smallest-inc/apis/agent-management-api/changes/account/update-org-name/put.md)

---

[API](https://skmtc.dev/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.dev/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/revisions/ea4ea58d7c4e/schema)
