rename_org
Rename your organization by setting or clearing its display label. Owner-only and step-up gated.
Instructions
Set or clear an organization's display label (PATCH /orgs/v1/:org_id). Owner-only + step-up gated. Pass display_name: null (or "") to clear. Returns the updated org_id, display_name, tier, lease_started_at, and lease_expires_at. Params: org_id, display_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | The org id to rename. | |
| display_name | Yes | New label. Pass `null` or an empty string to clear the label. Owner-only + step-up gated. |