Last updated
© 2025 make.com
Last updated
Updates a user with a given ID by passing new data in the request body. Any property that is not provided will be left unchanged. As the response, it returns all details of the updated user including properties that were not changed.
The unique ID of the user. It can be retrieved from the List users endpoint.
1
The name of the user. The name must be at most 250 characters long and does not need to be unique.
The standardized language code. It sets the Make environment language.
The timezone ID corresponding to the local time. The list of all timezones can be retrieved from the GET /enums/timezones endpoint.
The location ID. It sets the Make environment date formats, hour formats, decimal separators, etc. The list of all locales can be retrieved from the GET /enums/locales endpoint.
The country ID. It sets the region of use.
Successful response