When invoked the user object of the currently logged-in user is updated.
To update the email address following properties must be provided within the user object:
- password: the user current authentication password.
To change the password the following properties must be provided within the user object:
- password: the user current authentication password.
- newPassword: the new authentication password.
- newPasswordConfirmation: the new authentication password again.
The new password must be at least 8 characters long and must contain at least: one lower case letter, one upper case letter and one number.
The name of the target tenant (e.g. acme).
The target email to send the reset password link.
The bean providing user details.
The user registration email address.
The user first name.
The user last name.
The organization identifier the user belong to (required only for creation).
The partner identifier the user belong to (required only for creation).
The customer identifier the user belong to (required only for creation).
The location identifier the user belong to (required only for creation).
The timezone used for date/times localization (e.g. Europe/Rome).
The language used for page localization (e.g. EN, ES).
The timestamp at which the object was created.
The flag indicating whether an email must be sent on informational alert activation.
The flag indicating whether an email must be sent on informational alert clearing.
The flag indicating whether an email must be sent on warning alert activation.
The flag indicating whether an email must be sent on warning alert clearing.
The flag indicating whether an email must be sent on failure alert activation.
The flag indicating whether an email must be sent on failure alert clearing.
The flag indicating whether an email must be sent on critical alert activation.
The flag indicating whether an email must be sent on critical alert clearing.
The flag indicating whether an email must be sent on emergency alert activation.
The flag indicating whether an email must be sent on emergency alert clearing.
The flag indicating whether an SMS must be sent on informational alert activation.
The flag indicating whether an SMS must be sent on informational alert clearing.
The flag indicating whether an SMS must be sent on warning alert activation.
The flag indicating whether an SMS must be sent on warning alert clearing.
The flag indicating whether an SMS must be sent on failure alert activation.
The flag indicating whether an SMS must be sent on failure alert clearing.
The flag indicating whether an SMS must be sent on critical alert activation.
The flag indicating whether an SMS must be sent on critical alert clearing.
The flag indicating whether an SMS must be sent on emergency alert activation.
The flag indicating whether an SMS must be sent on emergency alert clearing.
The flag indicating whether an push notification must be sent on informational alert activation.
The flag indicating whether an push notification must be sent on informational alert clearing.
The flag indicating whether an push notification must be sent on warning alert activation.
The flag indicating whether an push notification must be sent on warning alert clearing.
The flag indicating whether an push notification must be sent on failure alert activation.
The flag indicating whether an push notification must be sent on failure alert clearing.
The flag indicating whether an push notification must be sent on critical alert activation.
The flag indicating whether an push notification must be sent on critical alert clearing.
The flag indicating whether an push notification must be sent on emergency alert activation.
The flag indicating whether an phone call must be made on emergency alert clearing.
The flag indicating whether an phone call must be made on informational alert activation.
The flag indicating whether an phone call must be made on informational alert clearing.
The flag indicating whether an phone call must be made on warning alert activation.
The flag indicating whether an phone call must be made on warning alert clearing.
The flag indicating whether an phone call must be made on failure alert activation.
The flag indicating whether an phone call must be made on failure alert clearing.
The flag indicating whether an phone call must be made on critical alert activation.
The flag indicating whether an phone call must be made on critical alert clearing.
The flag indicating whether an phone call must be made on emergency alert activation.
User successful updated.
User not authenticated.
The error response.
User not authorized.
The error response.
API call rate limit exeeded.
The error response.