update Account
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: UpdateAccountOperation)" ) )
Deprecated
Use execute method instead
Replace with
execute(operation: UpdateAccountOperation)Content copied to clipboard
Send an update as a result of an account screen transaction The Account Update API is called when there is an account lifecycle transition such as a challenge outcome, account restoration, or remediation action completion. For example, if a user's account is disabled, deleted, or restored, the Account Update API is called to notify Expedia Group about the change. The Account Update API is also called when a user responds to a login Multi-Factor Authentication based on a Fraud recommendation.
Return
AccountUpdateResponse
Parameters
account Update Request
An AccountUpdate request may be of one of the following types MULTI_FACTOR_AUTHENTICATION_UPDATE, REMEDIATION_UPDATE.