--remove-company to detach the current company. Pass --company-id or --company-name to reassign.
Synopsis
Arguments
Options
Examples
1. Update a single field
jobTitle changes server-side.
2. Replace the email list and set the primary
3. Detach a company in a script
jq -e exits non-zero if the assertion fails, so the script halts when the detach did not take effect.
Response
The full updated record comes back, matching the shape ofperson get:
Troubleshooting
--primary-emailis not on the record. The address you pass to--primary-emailmust already exist on the person or be added in the same call via--email. Otherwise the command exits non-zero without writing.--remove-companycombined with a company assignment. Passing--remove-companyalongside--company-idor--company-nameis rejected and the command exits non-zero. Choose one.
See also
person list. Find the ID first.person get. Inspect the record before and after.person activity. See who changed what and when.person merge. Combine duplicate records.- People. The dashboard surface this command mirrors.
