Users > Users > usersTwoFactorValidate
Commerce APIUsersUsersusersTwoFactorValidate
usersTwoFactorValidate
POST:users/two_factor/validate.json

Description

After putting 2FA into pending state, invoking this endpoint actually enables it.

Topic: Users

Arguments

app_code: String

2FA App Code


Result

[RecoveryOTP!]

Preview (typescript)

function usersTwoFactorValidate(
app_code?: string
): RecoveryOTP[]