set_user_password_update_new_password action
Set a user password update's new password.
Parameters
action_invocation_id(string)session_token(string)user_password_update_token(string)password(string): Between 10 and 100 characters.
Return values
None.
Error codes
internal_conflictinternal_errorinvalid_password_lengthinvalid_password_update_tokeninvalid_session_tokennew_password_already_setsession_mismatchuser_identity_not_verifiedweak_password
Example
set_user_password_update_new_password(
action_invocation_id: "mka2rsawyu3vds3j9cxwgr54",
session_token: "w93zmrzat9xc82wwr9vt5sy4.g9nepmvhg6sdsqebqcepyib7",
user_password_update_token: "spjdfixngqtpu7y3ib22i34r.yc9gjp28k6v835vpf56uzfrf",
password: "SuperSecretPassword"
)