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

codestring required

The 2FA code from the user's authenticator app.

Example request

{
  "code": "123456"
}

Response

2FA was successfully confirmed.

object nullable required

An empty JSON response.

Changes

No recorded changes to this endpoint across all 1 revision of this API.