Nombre_Completo, Privilegios, and Password. The Nombre_Usuario (username) field is permanently ignored — usernames cannot be changed.
Endpoint: USERS service — https://script.google.com/macros/s/AKfycbxAqyEcAHetH6yN4qccGILL-L3IzMSPVuVJ1kpuO86GqfDXTKP8cHrrB7UkKN1r_0g5/exec
Action: updateUser
For a user updating their own display name, use
updateProfile instead. For a user changing their own password (with current-password verification), use changePassword.| Updater role | Who they can update |
|---|---|
Desarrollador | Any user |
Gefe / Jefe | Supervisor, Tecnico |
Supervisor | Tecnico only |
Request
Must be
"updateUser".The ID of the user to update.
The active session token of the user performing the update. Used to verify role permissions.
An object with one or more fields to update. All fields are optional individually.
Response
"success" on success, "error" on failure."Usuario actualizado." on success.