Last updated
© 2025 make.com
Last updated
Updates a password for a user with a given ID by passing new data in the request body. It replaces the entire resource with the new values. In the response, it returns the confirmation if the password was changed. This endpoint corresponds to changing a password in the user profile when the user is logged in to the Make interface.
The unique ID of the user. It can be retrieved from the List users endpoint.
1
The current user password.
The new user password. The password must be at least 9 characters long and must contain at least one uppercase letter, at least one number, and at least one special character.
The new user password for confirmation. This password must be the same as the password in the newPassword1 property.
Successful response