Optional Parameters in REST
I added an email column to Users data. Now I want to update it. So I let the user update the email address. But they may not want to update the password.
How do I use the Service call to omit password if it is blank in modify settings?
Or, if I just leave it off the rest service, can I add the password attribute to the REST call with Javascript if the user wants to change it?