Update specific fields of an existing organization without changing everything.
The organizationId in the URL path should be your externalOrganizationId. Only the fields you include in your request will be updated—everything else stays the same. Perfect for targeted updates like renaming a company or updating properties.
Prefer a simpler approach? Use POST /organizations instead—it automatically creates or updates the organization, so you don’t need to know if it exists yet.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Your external organization ID (the externalOrganizationId used when creating the organization)