Something special with "Update User" Block?

I have a form with which a user can update her user name.
In the On Submit Event, I’m accessing the Users table directly:
image

I noticed that there is a special block in the Users API section:
image

Is this “Update User” operation doing something special/in addition when compared to my direct Users table update?

Regards,

Hi, @Klaas_Klever

Both of these methods are used to save the data that is sent there. But, I would suggest for your purposes to use exactly the method Save Object in Backendless. This is the one that was set back for backward compatibility.

Regards,
Marina