Users
Confirm 2FA enrolment for the authenticated user
Completes the two-factor-authentication enrolment flow by submitting the six-digit code from the user's authenticator app. Once confirmed, 2FA is active for subsequent logins.
post/user/confirmed-two-factor-authentication
Request body
Example request
{
"code": "123456"
}Response
2FA was successfully confirmed.
object nullable required
An empty JSON response.