Last updated
© 2025 make.com
Last updated
Updates the organization data with the values in the request body. If you don't use a parameter in the request body, Make won't change its value. You can update organization name, timezone, and country with the name
, timezoneId
, and countryId
parameters.
Check the available values for the timezoneId
and countryId
parameters with the API calls GET /enums/timezones
and GET /enums/countries
.
The request response returns all organization data.
The ID of the organization.
11
The new name of the organization.
The ID of the country associated with the organization. Get the list of the country IDs with the API call GET /enums/countries.
The ID of the timezone associated with the organization. Get the timezoneId values with the API call GET /enums/timezones.
Successful response