Users
Organizations
Update Organization
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.
put/organizations/{organizationId}
Path parameters
organizationIdstring required
Your external organization ID (the externalOrganizationId used when creating the organization)
Your external organization ID (the externalOrganizationId used when creating the organization)
Request body
Response
Organization updated successfully