Skip to main content
Patch the display name on a company record. The command takes a single required flag, --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

Options

Examples

1. Rename a company

Prints the updated record as a table. Only 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

Appends the full response to a daily JSONL log. Pair with person activity to reconstruct who made which company change and when.

Response

The shape matches company get. Re-run company get if you want to re-read the record without writing.

See also