Nombre_Completo (display name). This is a self-service action — the server verifies that the sessionToken belongs to the userId being updated. A user cannot update another user’s profile through this endpoint.
Endpoint: USERS service — https://script.google.com/macros/s/AKfycbxAqyEcAHetH6yN4qccGILL-L3IzMSPVuVJ1kpuO86GqfDXTKP8cHrrB7UkKN1r_0g5/exec
Action: updateProfile
Only
Nombre_Completo can be changed through this endpoint. To change a password, use changePassword. To change a role or manage other users, use updateUser.Request
Must be
"updateProfile".The ID of the currently authenticated user updating their own profile.
The active session token of the user. Must match the session owner for the given
userId.Object containing profile fields to update.
Response
"success" on success, "error" on failure."Perfil actualizado correctamente." on success.