--display-name, and returns the updated record so you can confirm the write succeeded. displayName is the only editable field; domain and peopleCount are read-only, derived from registrations.
Synopsis
Arguments
| Argument | Type | Description |
|---|---|---|
<id> | integer | Company ID to update. |
Options
| Flag | Type | Description |
|---|---|---|
--display-name <name> | string (required) | Replace the company display name. |
Examples
1. Rename a company
displayName changes server-side. domain and peopleCount stay the same.
2. Confirm the rename in a script
jq -e exits non-zero if the assertion fails, so the script halts when the rename did not take effect.
3. Capture the response for an audit log
person activity to reconstruct who made which company change and when.
Response
company get. Re-run company get if you want to re-read the record without writing.
See also
company get. Inspect the record before and after.company list. Find the ID first.- Companies. The dashboard surface this command mirrors.
