updateAccountWithResponse

@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: UpdateAccountOperation)"))
public final <Error class: unknown class><AccountUpdateResponse> updateAccountWithResponse(AccountUpdateRequest accountUpdateRequest)

Deprecated

Use execute method instead

Replace with

execute(operation: UpdateAccountOperation)

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

a Response object with a body of type AccountUpdateResponse

Parameters

accountUpdateRequest

An AccountUpdate request may be of one of the following types MULTI_FACTOR_AUTHENTICATION_UPDATE, REMEDIATION_UPDATE.

Throws